KerberosSupplementalTicket Constructors
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.
Overloads
KerberosSupplementalTicket() |
Creates a new instance of KerberosSupplementalTicket class. |
KerberosSupplementalTicket(String) |
Creates a new instance of KerberosSupplementalTicket class with error message. |
KerberosSupplementalTicket()
Creates a new instance of KerberosSupplementalTicket class.
public KerberosSupplementalTicket ();
Public Sub New ()
Applies to
KerberosSupplementalTicket(String)
Creates a new instance of KerberosSupplementalTicket class with error message.
public KerberosSupplementalTicket (string errorMessage);
new Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket : string -> Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket
Public Sub New (errorMessage As String)
Parameters
- errorMessage
- String
Error message to be set.