X509CertificateSecurityTokenProvider Class

Implements an IIssuerSecurityTokenProvider for X509 JWTs.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Jwt.X509CertificateSecurityTokenProvider

Namespace:  Microsoft.Owin.Security.Jwt
Assembly:  Microsoft.Owin.Security.Jwt (in Microsoft.Owin.Security.Jwt.dll)

Syntax

'Declaration
Public Class X509CertificateSecurityTokenProvider _
    Implements IIssuerSecurityTokenProvider
'Usage
Dim instance As X509CertificateSecurityTokenProvider
public class X509CertificateSecurityTokenProvider : IIssuerSecurityTokenProvider
public ref class X509CertificateSecurityTokenProvider : IIssuerSecurityTokenProvider
type X509CertificateSecurityTokenProvider =  
    class 
        interface IIssuerSecurityTokenProvider 
    end
public class X509CertificateSecurityTokenProvider implements IIssuerSecurityTokenProvider

The X509CertificateSecurityTokenProvider type exposes the following members.

Constructors

  Name Description
Public method X509CertificateSecurityTokenProvider Initializes a new instance of the X509CertificateSecurityTokenProvider class.

Top

Properties

  Name Description
Public property Issuer Gets the issuer the credentials are for.
Public property SecurityTokens Gets all known security tokens.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.Owin.Security.Jwt Namespace