Contains authentication information pertaining to how a subject authenticated to an authority.
The following tables list the members exposed by the AuthenticationInformation type.
Public Constructors
Name | Description | |
---|---|---|
AuthenticationInformation | Initializes a new instance of the class. |
Public Properties
Name | Description | |
---|---|---|
Address | Gets or sets the address of the authority that created the token. | |
AuthorizationContexts | Gets the T:Microsoft.IdentityModel.Claims.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. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.