Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A System.IdentityModel.Tokens.SecurityTokenHandler designed for creating and validating Json Web Tokens.
Namespace:   Microsoft.Owin.Security.Jwt
Assembly:  Microsoft.Owin.Security.Jwt (in Microsoft.Owin.Security.Jwt.dll)
Syntax
public JwtSecurityTokenHandler TokenHandler { get; set; }
public:
property JwtSecurityTokenHandler^ TokenHandler {
    JwtSecurityTokenHandler^ get();
    void set(JwtSecurityTokenHandler^ value);
}
member TokenHandler : JwtSecurityTokenHandler with get, set
Public Property TokenHandler As JwtSecurityTokenHandler
Property Value
Type: System.IdentityModel.Tokens.JwtSecurityTokenHandler
Returns JwtSecurityTokenHandler.
See Also
JwtFormat Class
Microsoft.Owin.Security.Jwt Namespace
Return to top