Share via


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
System_CAPS_pubmethod X509CertificateSecurityTokenProvider(String, X509Certificate2)

Initializes a new instance of the X509CertificateSecurityTokenProvider class.

Properties

Name Description
System_CAPS_pubproperty Issuer

Gets the issuer the credentials are for.

System_CAPS_pubproperty SecurityTokens

Gets all known security tokens.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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