X509CertificateSecurityTokenProvider Class

 

Implements an IIssuerSecurityTokenProvider for X509 JWTs.

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

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

public ref class X509CertificateSecurityTokenProvider : IIssuerSecurityTokenProvider

NameDescription
System_CAPS_pubmethodX509CertificateSecurityTokenProvider(String^, X509Certificate2^)

Initializes a new instance of the X509CertificateSecurityTokenProvider class.

NameDescription
System_CAPS_pubpropertyIssuer

Gets the issuer the credentials are for.

System_CAPS_pubpropertySecurityTokens

Gets all known security tokens.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: