SecurityContextSecurityTokenAuthenticator.CanValidateTokenCore Method

Definition

Gets a value that indicates whether a specified token can be validated.

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

Parameters

Returns

true if the specified token can be validated; otherwise, false.

Applies to