| SignatureAlgorithm Enumeration |
Represents the type of signature algorithms
Namespace:
SanteDB.Core.Security.Configuration
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public enum SignatureAlgorithm
Public Enumeration SignatureAlgorithm
public enum class SignatureAlgorithm
Members
| Member name | Value | Description |
---|
| RS256 | 0 |
The desired signature algorithm is RSA+SHA256 (i.e. an X.509 cert)
|
| HS256 | 1 |
The desired signature algorithm is HMAC256
|
| RS512 | 2 |
The desired signature algorithm is RSA+SHA512
|
See Also