다음을 통해 공유


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

매개 변수

반환

Boolean

지정된 토큰을 확인할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상