次の方法で共有


DiskEncryptionProperties.EncryptionAlgorithm プロパティ

定義

暗号化のアルゴリズム識別子 (既定の RSA-OAEP) を取得または設定します。 使用できる値は、'RSA-OAEP'、'RSA-OAEP-256'、'RSA1_5' です。

[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

適用対象