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.
The authentication information that an authority asserted when creating a token for a subject.
public class AuthenticationInformation
type AuthenticationInformation = class
Public Class AuthenticationInformation
- Inheritance
-
AuthenticationInformation
Constructors
AuthenticationInformation(Uri, DateTime) |
Initializes a new instance of the AuthenticationInformation class. |
Properties
AuthenticationInstant |
Gets or sets the AuthenticationInstant. This value should be in UTC. |
AuthenticationMethod |
Gets or sets the AuthenticationMethod |
AuthorityBindings |
Gets the collection of authority bindings. |
DnsName |
Gets or sets the DNS name of the authority that created the token. |
IPAddress |
Gets or sets the address 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. This value should be in UTC. |
Session |
Gets or sets the session index that describes the session between the authority and the client. |