This documentation is archived and is not being maintained.
JsonWebToken Class
Visual Studio 2013
System.Object
Microsoft.VisualStudio.Services.Common.IssuedToken
Microsoft.VisualStudio.Services.WebApi.Jwt.JsonWebToken
Microsoft.VisualStudio.Services.Common.IssuedToken
Microsoft.VisualStudio.Services.WebApi.Jwt.JsonWebToken
Namespace: Microsoft.VisualStudio.Services.WebApi.Jwt
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
The JsonWebToken type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Actor | |
![]() | Algorithm | |
![]() | Audience | |
![]() | CertificateThumbprint | |
![]() | CredentialType | (Inherited from IssuedToken.) |
![]() | EncodedToken | |
![]() | IdentityProvider | |
![]() | IsAuthenticated | (Inherited from IssuedToken.) |
![]() | Issuer | |
![]() | NameIdentifier | |
![]() | TokenType | |
![]() | TrustedForDelegation | |
![]() | ValidFrom | |
![]() | ValidTo |
| Name | Description | |
|---|---|---|
![]() ![]() | Create(String) | |
![]() ![]() | Create(String, String, DateTime, DateTime, SigningCredentials) | |
![]() ![]() | Create(String, String, DateTime, DateTime, IEnumerable(Of Claim), JsonWebToken) | |
![]() ![]() | Create(String, String, DateTime, DateTime, IEnumerable(Of Claim), SigningCredentials) | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides Object.ToString.) |
| Name | Description | |
|---|---|---|
![]() | IsExpired | (Defined by JsonWebTokenUtilities.) |
![]() | ValidateToken | (Defined by JsonWebTokenUtilities.) |
Show:
