SessionSecurityTokenResolver.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
。