AuthenticationInformation 成员

Contains authentication information pertaining to how a subject authenticated to an authority.

下表列出了 AuthenticationInformation 类型公开的成员。

Public 构造函数

  名称 说明
  AuthenticationInformation Initializes a new instance of the class.

页首

Public 属性

  名称 说明
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.

页首

Public 方法

(另请参阅 Protected 方法)

  名称 说明
public method Equals  已重载。 (从 Object 继承)
public method GetHashCode  (从 Object 继承)
public method GetType  (从 Object 继承)
public methodstatic ReferenceEquals  (从 Object 继承)
public method ToString  (从 Object 继承)

页首

Protected 方法

  名称 说明
protected method Finalize  (从 Object 继承)
protected method MemberwiseClone  (从 Object 继承)

页首

请参见

参考

AuthenticationInformation 类
Microsoft.IdentityModel.Claims 命名空间

版权所有 (C) 2008 Microsoft Corporation。保留所有权利。