SymmetricKeyIssuerSecurityTokenProvider Class
Implements an IIssuerSecurityTokenProvider for symmetric key signed JWTs.
Assembly: Microsoft.Owin.Security.Jwt (in Microsoft.Owin.Security.Jwt.dll)
| Name | Description | |
|---|---|---|
![]() | SymmetricKeyIssuerSecurityTokenProvider(String^, array<Byte>^) | Initializes a new instance of the SymmetricKeyIssuerSecurityTokenProvider class. |
![]() | SymmetricKeyIssuerSecurityTokenProvider(String^, IEnumerable<array<Byte>^>^) | Initializes a new instance of the SymmetricKeyIssuerSecurityTokenProvider class. |
![]() | SymmetricKeyIssuerSecurityTokenProvider(String^, IEnumerable<String^>^) | Initializes a new instance of the SymmetricKeyIssuerSecurityTokenProvider class. |
![]() | SymmetricKeyIssuerSecurityTokenProvider(String^, String^) | Initializes a new instance of the SymmetricKeyIssuerSecurityTokenProvider class. |
| Name | Description | |
|---|---|---|
![]() | Issuer | Gets the issuer the signing keys are for. |
![]() | SecurityTokens | Gets all known security tokens. |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


