Compartir a través de


HashingAlgorithm Enumeración

Definición

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum HashingAlgorithm
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type HashingAlgorithm = 
Public Enum HashingAlgorithm
Herencia
HashingAlgorithm
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

MD5 2
None 1
NotSpecified 0
SHA1 3
SHA2256 4
SHA2384 5
SHA2512 6

Se aplica a