X509SecurityToken 类

定义

表示基于 X.509 证书的安全令牌。

public ref class X509SecurityToken : System::IdentityModel::Tokens::SecurityToken, IDisposable
public class X509SecurityToken : System.IdentityModel.Tokens.SecurityToken, IDisposable
type X509SecurityToken = class
    inherit SecurityToken
    interface IDisposable
Public Class X509SecurityToken
Inherits SecurityToken
Implements IDisposable
继承
X509SecurityToken
派生
实现

注解

若要获取 X.509 证书的详细信息,请访问 Certificate 属性。

构造函数

X509SecurityToken(X509Certificate2)

使用指定的 X.509 证书初始化 X509SecurityToken 类的新实例。

X509SecurityToken(X509Certificate2, String)

使用指定的 X.509 证书和唯一标识符初始化 X509SecurityToken 类的新实例。

属性

Certificate

获取与安全令牌关联的 X.509 证书。

Id

获取安全令牌的唯一标识符。

SecurityKeys

获取与安全令牌关联的加密密钥。

ValidFrom

获取此安全令牌有效的第一个即时时间。

ValidTo

获取此安全令牌有效的最后一刻。

方法

CanCreateKeyIdentifierClause<T>()

获取一个值,该值指示此安全令牌是否能够创建指定的密钥标识符。

CreateKeyIdentifierClause<T>()

创建指定的密钥标识符子句。

Dispose()

释放 X509SecurityToken使用的所有资源。

Equals(Object)

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

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MatchesKeyIdentifierClause(SecurityKeyIdentifierClause)

返回一个值,该值指示此实例的密钥标识符是否等于指定的密钥标识符。

MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
ResolveKeyIdentifierClause(SecurityKeyIdentifierClause)

获取指定密钥标识符子句的密钥。

(继承自 SecurityToken)
ThrowIfDisposed()

如果为此实例调用了 ThrowIfDisposed() 方法,则引发异常。

ToString()

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

(继承自 Object)

适用于