次の方法で共有


ClientEncryptionKeyProperties.EncryptionAlgorithm プロパティ

定義

このクライアント暗号化キーと共に使用される暗号化アルゴリズムは、データの暗号化と暗号化の解除に使用されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象