次の方法で共有


SymmetricEncryptedSecret.EncryptionAlgorithm プロパティ

定義

"Value" の暗号化に使用するアルゴリズムを取得または設定します。 使用できる値は、'None'、'AES256'、'RSAES_PKCS1_v_1_5' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象