次の方法で共有


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

適用対象