Documentation of the CarRentalAgentService

TicketGrantingTicket.Secret Property

Gets or sets the secret of this TicketGrantingTicket.

public  Secret {get; set;}

Remarks

This property is required for use in TicketRequest.

The secret is a TripleDES(CBC/192bit) encrypted, BASE64-encoded string containing the secret data needed for the authentication procedure. For details about the authentication procedure, please refer to the CarRentalAgentService SDK - Reference Manual.

For detailed sample code of the whole authentication procedure, please refer to TicketGrantingTicketRequest.

See Also

TicketGrantingTicket Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace