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

適用対象