AuthenticationInformation 类

定义

包含颁发机构在为使用者创建令牌时断言的身份验证信息。

public ref class AuthenticationInformation
public class AuthenticationInformation
type AuthenticationInformation = class
Public Class AuthenticationInformation
继承
AuthenticationInformation

构造函数

名称 说明
AuthenticationInformation()

初始化 AuthenticationInformation 类的新实例。

属性

名称 说明
Address

获取或设置创建令牌的颁发机构的地址。

AuthorizationContexts

AuthorizationContext获取颁发令牌时身份验证机构使用的令牌。

DnsName

获取或设置创建令牌的颁发机构的 DNS 名称。

NotOnOrAfter

获取或设置会话索引中引用的会话必须被视为结束的时间。

Session

获取或设置描述颁发机构与客户端之间的会话的会话索引。

方法

名称 说明
Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

适用于