次の方法で共有


SecurityTokenResolver.TryResolveSecurityKeyCore メソッド

定義

指定したキー識別句で参照されるキーの取得を試みます。

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

パラメーター

keyIdentifierClause
SecurityKeyIdentifierClause

キーを取得する対象の SecurityKeyIdentifierClause

key
SecurityKey

このメソッドが戻ると、指定のキー識別句内で参照されたキーを含む SecurityKey が含まれます。 このパラメーターは初期化せずに渡されます。

戻り値

指定のキー識別句に対してキーを取得できる場合は true。それ以外の場合は false

注釈

TryResolveSecurityKeyCore メソッドは、TryResolveSecurityKey メソッドおよび ResolveSecurityKey メソッドにより呼び出されます。

適用対象