다음을 통해 공유


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

이 메서드의 반환 값에는 확인된 키 핵심이 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

반환

Boolean

키 핵심이 성공적으로 확인되었으면 true이고, 그렇지 않으면 false입니다.

적용 대상