RsaSecurityToken 类

定义

表示一个安全令牌,它基于使用 RSA 算法创建的密钥。

public ref class RsaSecurityToken : System::IdentityModel::Tokens::SecurityToken
public class RsaSecurityToken : System.IdentityModel.Tokens.SecurityToken
type RsaSecurityToken = class
    inherit SecurityToken
Public Class RsaSecurityToken
Inherits SecurityToken
继承
RsaSecurityToken

注解

通常,应用程序开发人员不需要使用 RsaSecurityToken 类,除非 Web 服务必须获得与安全令牌相关联的 RSA 算法。 若要获取 RSA 算法,请获取 Rsa 属性的值。

构造函数

RsaSecurityToken(RSA)

使用指定的 RSA 算法初始化 RsaSecurityToken 类的新实例。

RsaSecurityToken(RSA, String)

使用指定的 RSA 算法和唯一标识符初始化 RsaSecurityToken 类的新实例。

属性

Id

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

Rsa

获取能够创建非对称密钥的 RSA 算法。

SecurityKeys

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

ValidFrom

获取此安全令牌有效的最初时刻。

ValidTo

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

方法

CanCreateKeyIdentifierClause<T>()

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

CreateKeyIdentifierClause<T>()

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

Equals(Object)

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

(继承自 Object)
Finalize()

允许 RsaSecurityToken 在垃圾收集器销毁资源之前将这些资源释放。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MatchesKeyIdentifierClause(SecurityKeyIdentifierClause)

返回一个值,该值指示此实例的密钥标识符是否与指定的密钥标识符相匹配。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ResolveKeyIdentifierClause(SecurityKeyIdentifierClause)

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

(继承自 SecurityToken)
ToString()

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

(继承自 Object)

适用于