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: 2.2.1
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