Enum JsonWebTokenHashAlgorithm
Specifies the algorithm used for generating JWT hash values.
Namespace: Cuemon.Security.Web
Assembly: Cuemon.Security.dll
Syntax
public enum JsonWebTokenHashAlgorithm
Fields
Name | Description |
---|---|
None | Defines no hashing algorithm. |
SHA256 | Defines the Secure Hashing Algorithm (SHA256) algorithm (256 bits). |