次の方法で共有


AS2MdnSettings.MicHashingAlgorithm プロパティ

定義

署名またはハッシュ アルゴリズムを取得または設定します。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象