RsaSecurityTokenAuthenticator 类

定义

RsaSecurityToken 安全令牌进行身份验证。Authenticates a RsaSecurityToken security token.

public ref class RsaSecurityTokenAuthenticator : System::IdentityModel::Selectors::SecurityTokenAuthenticator
public class RsaSecurityTokenAuthenticator : System.IdentityModel.Selectors.SecurityTokenAuthenticator
type RsaSecurityTokenAuthenticator = class
    inherit SecurityTokenAuthenticator
Public Class RsaSecurityTokenAuthenticator
Inherits SecurityTokenAuthenticator
继承
RsaSecurityTokenAuthenticator

构造函数

RsaSecurityTokenAuthenticator()

初始化 RsaSecurityTokenAuthenticator 类的新实例。Initializes a new instance of the RsaSecurityTokenAuthenticator class.

方法

CanValidateToken(SecurityToken)

获取一个值,该值指示指定的安全令牌是否可由该安全令牌身份验证器进行验证。Gets a value indicating whether the specified security token can be validated by this security token authenticator.

(继承自 SecurityTokenAuthenticator)
CanValidateTokenCore(SecurityToken)

获取一个值,该值指示指定的安全令牌是否可由该安全令牌身份验证器进行验证。Gets a value indicating whether the specified security token can be validated by this security token authenticator.

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)
ValidateToken(SecurityToken)

对指定的安全令牌进行身份验证,并返回该安全令牌的授权策略集。Authenticates the specified security token and returns the set of authorization policies for the security token.

(继承自 SecurityTokenAuthenticator)
ValidateTokenCore(SecurityToken)

对指定的安全令牌进行身份验证,并返回该安全令牌的授权策略集。Authenticates the specified security token and returns the set of authorization policies for the security token.

适用于