Compartir a través de


AS2ValidationSettings.EncryptionAlgorithm Propiedad

Definición

Obtiene o establece el algoritmo de cifrado. Entre los valores posibles se incluyen: 'NotSpecified', 'None', 'DES3', 'RC2', 'AES128', 'AES192', 'AES256'

[Newtonsoft.Json.JsonProperty(PropertyName="encryptionAlgorithm")]
public string EncryptionAlgorithm { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="encryptionAlgorithm")>]
member this.EncryptionAlgorithm : string with get, set
Public Property EncryptionAlgorithm As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a