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.
Top

Public Properties

  Name Description
public property Address Gets or sets the address of the authority that created the token.
public property AuthorizationContexts Gets the T:Microsoft.IdentityModel.Claims.AuthorizationContext used by the authenticating authority when issuing tokens.
public property DnsName Gets or sets the DNS name of the authority that created the token.
public property NotOnOrAfter Gets or sets the time that the session referred to in the session index must be considered ended.
public property Session Gets or sets the session index that describes the session between the authority and the client.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.