JwtSecurityTokenHandler.CanValidateToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates if this handler can validate a SecurityToken.
public override bool CanValidateToken { get; }
member this.CanValidateToken : bool
Public Overrides ReadOnly Property CanValidateToken As Boolean
Property Value
'true', indicating this instance can validate a JwtSecurityToken.