다음을 통해 공유


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 메서드는 TryResolveSecurityKeyResolveSecurityKey 메서드에 의해 호출됩니다.

적용 대상