ActiveDirectoryFederationServicesBearerAuthenticationOptions.TokenHandler Property
A System.IdentityModel.Tokens.SecurityTokenHandler designed for creating and validating Json Web Tokens.
Namespace: Microsoft.Owin.Security.ActiveDirectory
Assembly: Microsoft.Owin.Security.ActiveDirectory (in Microsoft.Owin.Security.ActiveDirectory.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
ActiveDirectoryFederationServicesBearerAuthenticationOptions Class
Microsoft.Owin.Security.ActiveDirectory Namespace
Return to top