次の方法で共有


AS2ValidationSettings.SigningAlgorithm プロパティ

定義

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象