次の方法で共有


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

例外

keyIdentifierClausenull です。

適用対象