次の方法で共有


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

適用対象