AuthenticationInformation Class
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.
Contains the authentication information that an authority asserted when creating a token for a subject.
public ref class AuthenticationInformation
public class AuthenticationInformation
type AuthenticationInformation = class
Public Class AuthenticationInformation
- Inheritance
-
AuthenticationInformation
Constructors
AuthenticationInformation() |
Initializes a new instance of the AuthenticationInformation class. |
Properties
Address |
Gets or sets the address of the authority that created the token. |
AuthorizationContexts |
Gets the AuthorizationContext used by the authenticating authority when issuing tokens. |
DnsName |
Gets or sets the DNS name of the authority that created the token. |
NotOnOrAfter |
Gets or sets the time that the session referred to in the session index must be considered ended. |
Session |
Gets or sets the session index that describes the session between the authority and the client. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |