| AccServiceTicketProp_Identity |
the screenname or other identity associated with the ticket [get] xp_str* |
| AccServiceTicketProp_Service |
the name of the service that this ticket is for [get] xp_str* |
| AccServiceTicketProp_ServerRealm |
it's a kerberos thing [get] xp_str* |
| AccServiceTicketProp_Version |
by version, we mean what type of ticket [get] AccServiceTicketVersion* |
| AccServiceTicketProp_UrlEncodedString |
a string formatted for use by "mcAuth" [get] xp_str* |
| AccServiceTicketProp_Ticket |
the actual ticket data as an array of VT_UI1 [get] xp_array** |
| AccServiceTicketProp_TicketStream |
the actual ticket data as a stream [get] IAccStream** |
| AccServiceTicketProp_TicketBase64 |
the actual ticket data as a base-64-encoded string [get] xp_str* |
| AccServiceTicketProp_Authenticator |
a client authenticator as an array of VT_UI1, generated every time you read this property [get] xp_array** |
| AccServiceTicketProp_AuthenticatorStream |
a client authenticator as a stream,
generated every time you read this property [get] IAccStream** |
| AccServiceTicketProp_AuthenticatorBase64 |
a client authenticator as a base-64-encoded string generated every time you read this property [get] xp_str* |