다음을 통해 공유


AS2ValidationSettings.SigningAlgorithm Property

Definition

Gets or sets the signing algorithm. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to