Читати англійською

Поділитися через


JwtFormat.TokenHandler Property

 

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; }

Property Value

Type: System.IdentityModel.Tokens.JwtSecurityTokenHandler

Returns JwtSecurityTokenHandler.

See Also

JwtFormat Class
Microsoft.Owin.Security.Jwt Namespace

Return to top