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)

适用于