KerberosSecurityTokenHandler.CanValidateToken Property

Definition

Gets a value that indicates whether the current instance can validate security tokens.

public:
 virtual property bool CanValidateToken { bool get(); };
public override bool CanValidateToken { get; }
member this.CanValidateToken : bool
Public Overrides ReadOnly Property CanValidateToken As Boolean

Property Value

true if the handler can validate tokens; otherwise, false. The default is true.

Remarks

Indicates whether the handler can validate tokens of the type specified by the TokenType property.

Applies to