IssuerTokenResolver.TryResolveSecurityKeyCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尝试检索在指定的密钥标识符子句中引用的密钥。 (对基类方法的重写。)
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
。