다음을 통해 공유


AS2MdnSettings.MicHashingAlgorithm Property

Definition

Gets or sets the signing or hashing algorithm. Possible values include: 'NotSpecified', 'None', 'MD5', 'SHA1', 'SHA2256', 'SHA2384', 'SHA2512'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to