Share via


AS2ValidationSettings.SigningAlgorithm Propiedad

Definición

Obtiene o establece el algoritmo de firma. Entre los valores posibles se incluyen: 'NotSpecified', 'Default', 'SHA1', 'SHA2256', 'SHA2384', 'SHA2512'

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a