SymmetricKeyIssuerSecurityTokenProvider Class

 

Implements an IIssuerSecurityTokenProvider for symmetric key signed JWTs.

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

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

public ref class SymmetricKeyIssuerSecurityTokenProvider : IIssuerSecurityTokenProvider

NameDescription
System_CAPS_pubmethodSymmetricKeyIssuerSecurityTokenProvider(String^, array<Byte>^)

Initializes a new instance of the SymmetricKeyIssuerSecurityTokenProvider class.

System_CAPS_pubmethodSymmetricKeyIssuerSecurityTokenProvider(String^, IEnumerable<array<Byte>^>^)

Initializes a new instance of the SymmetricKeyIssuerSecurityTokenProvider class.

System_CAPS_pubmethodSymmetricKeyIssuerSecurityTokenProvider(String^, IEnumerable<String^>^)

Initializes a new instance of the SymmetricKeyIssuerSecurityTokenProvider class.

System_CAPS_pubmethodSymmetricKeyIssuerSecurityTokenProvider(String^, String^)

Initializes a new instance of the SymmetricKeyIssuerSecurityTokenProvider class.

NameDescription
System_CAPS_pubpropertyIssuer

Gets the issuer the signing keys 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: