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

NotSpecified 0
None 1
DES3 2
RC2 3
AES128 4
AES192 5
AES256 6

Applies to