Freigeben über


JsonWebTokenHandler.CanValidateToken Property

Definition

Returns a value that indicates if this handler can validate a SecurityToken.

public virtual bool CanValidateToken { get; }
member this.CanValidateToken : bool
Public Overridable ReadOnly Property CanValidateToken As Boolean

Property Value

'true', indicating this instance can validate a JsonWebToken.

Applies to