KerberosSecurityTokenAuthenticator.CanValidateTokenCore(SecurityToken) Method

Definition

Gets a value that indicates whether the specified security token can be validated by this security token authenticator.

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

token
SecurityToken

The SecurityToken to authenticate.

Returns

true when token is a KerberosReceiverSecurityToken security token; otherwise, false.

Applies to