Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket
Class for Kerberos tickets that are included as claims and used as a supplemental token in an OAuth/OIDC
protocol response.
Get or Sets the client key used to encrypt the client portion of the ticket.
This is optional. This will be null if KeyType is null.
This MUST be protected in the protocol response.
Get or Sets the client name. Depending on the ticket, this can be either a UserPrincipalName or SamAccountName.
Get or Sets the error message that server encountered when creating a ticket granting ticket.
Get or Sets the Base64 encoded KERB_MESSAGE_BUFFER
Get or Sets the client key type.This is optional.This will be null if ClientKey is null.
Get or Sets the Kerberos realm/domain name.
Get or Sets the target service principal name (SPN).
public KerberosSupplementalTicket()
Creates a new instance of KerberosSupplementalTicket class.
Creates a new instance of KerberosSupplementalTicket class with error message.