X509CertificateSecurityTokenProvider Class
Implements an IIssuerSecurityTokenProvider for X509 JWTs.
Assembly: Microsoft.Owin.Security.Jwt (in Microsoft.Owin.Security.Jwt.dll)
| Name | Description | |
|---|---|---|
![]() | X509CertificateSecurityTokenProvider(String^, X509Certificate2^) | Initializes a new instance of the X509CertificateSecurityTokenProvider class. |
| Name | Description | |
|---|---|---|
![]() | Issuer | Gets the issuer the credentials are for. |
![]() | SecurityTokens | Gets all known security tokens. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


