JwtSecurityTokenHandler.TokenType Property

Gets the Type supported by this handler.

Namespace:  System.IdentityModel.Tokens
Assembly:  System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property TokenType As Type
public virtual Type TokenType { get; }
public:
virtual property Type^ TokenType {
    Type^ get ();
}
abstract TokenType : Type with get 
override TokenType : Type with get
function get TokenType () : Type

Property Value

Type: System.Type
Returns Type.

.NET Framework Security

See Also

Reference

JwtSecurityTokenHandler Class

System.IdentityModel.Tokens Namespace