Click or drag to resize

SignatureAlgorithm Enumeration

Represents the type of signature algorithms

Namespace: SanteDB.Core.Security.Configuration
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public enum SignatureAlgorithm
Members
Member nameValueDescription
RS2560 The desired signature algorithm is RSA+SHA256 (i.e. an X.509 cert)
HS2561 The desired signature algorithm is HMAC256
RS5122 The desired signature algorithm is RSA+SHA512
See Also