IssuerTokenResolver.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

当此方法返回时,包含在指定的密钥标识符子句中引用的密钥。 此参数未经初始化即被传递。

返回

如果可以为指定的密钥标识符子句检索密钥,则为 true;否则为 false

适用于