EncryptionAlgorithm Enum

Definition

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum EncryptionAlgorithm
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type EncryptionAlgorithm = 
Public Enum EncryptionAlgorithm
Inheritance
EncryptionAlgorithm
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

AES256 1
None 0
RSAESPKCS1V15 2

Applies to