KerberosSupplementalTicketManager.GetKrbCred Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the KRB-CRED Kerberos Ticket information as byte stream.
public static byte[] GetKrbCred (Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket ticket);
static member GetKrbCred : Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket -> byte[]
Public Shared Function GetKrbCred (ticket As KerberosSupplementalTicket) As Byte()
Parameters
- ticket
- KerberosSupplementalTicket
Kerberos ticket object to save.
Returns
Byte[]
Byte stream representation of KRB-CRED Kerberos Ticket if it contains valid ticket information. Null, otherwise.