SecurityContextSecurityTokenResolver.TryResolveSecurityKeyCore 方法

定义

在提供了指定的密钥标识符子句的情况下,尝试解析安全密钥核心。

protected:
 override bool TryResolveSecurityKeyCore(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause, [Runtime::InteropServices::Out] System::IdentityModel::Tokens::SecurityKey ^ % key);
protected override bool TryResolveSecurityKeyCore (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause, out System.IdentityModel.Tokens.SecurityKey key);
override this.TryResolveSecurityKeyCore : System.IdentityModel.Tokens.SecurityKeyIdentifierClause * SecurityKey -> bool
Protected Overrides Function TryResolveSecurityKeyCore (keyIdentifierClause As SecurityKeyIdentifierClause, ByRef key As SecurityKey) As Boolean

参数

keyIdentifierClause
SecurityKeyIdentifierClause

安全密钥标识符子句。

key
SecurityKey

此方法返回时将包含解析的密钥核心。 此参数未经初始化即被传递。

返回

Boolean

如果已成功解析密钥核心,则为 true;否则为 false

适用于