SecurityContextSecurityTokenAuthenticator.CanValidateTokenCore 메서드

정의

지정된 토큰의 유효성을 검사할 수 있는지 여부를 나타내는 값을 가져옵니다.

protected:
 override bool CanValidateTokenCore(System::IdentityModel::Tokens::SecurityToken ^ token);
protected override bool CanValidateTokenCore(System.IdentityModel.Tokens.SecurityToken token);
override this.CanValidateTokenCore : System.IdentityModel.Tokens.SecurityToken -> bool
Protected Overrides Function CanValidateTokenCore (token As SecurityToken) As Boolean

매개 변수

반품

지정된 토큰의 유효성을 검사할 수 있으면

적용 대상