次の方法で共有


AS2ValidationSettings.EncryptionAlgorithm プロパティ

定義

暗号化アルゴリズムを取得または設定します。 指定できる値は、'NotSpecified'、'None'、'DES3'、'RC2'、'AES128'、'AES192'、'AES256' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象