X509CertificateSecurityTokenProvider Class
Implements an IIssuerSecurityTokenProvider for X509 JWTs.
Namespace: Microsoft.Owin.Security.Jwt
Assembly: Microsoft.Owin.Security.Jwt (in Microsoft.Owin.Security.Jwt.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Jwt.X509CertificateSecurityTokenProvider
Syntax
public class X509CertificateSecurityTokenProvider : IIssuerSecurityTokenProvider
public ref class X509CertificateSecurityTokenProvider : IIssuerSecurityTokenProvider
type X509CertificateSecurityTokenProvider =
class
interface IIssuerSecurityTokenProvider
end
Public Class X509CertificateSecurityTokenProvider
Implements IIssuerSecurityTokenProvider
Constructors
Name | Description | |
---|---|---|
X509CertificateSecurityTokenProvider(String, X509Certificate2) | Initializes a new instance of the X509CertificateSecurityTokenProvider class. |
Properties
Name | Description | |
---|---|---|
Issuer | Gets the issuer the credentials are for. |
|
SecurityTokens | Gets all known security tokens. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Security.Jwt Namespace
Return to top