次の方法で共有


Encryption.KeySource プロパティ

定義

暗号化の keySource の有効な値を列挙します。値の取得または設定が可能です。 使用できる値は、'Microsoft.CognitiveServices'、'Microsoft.KeyVault' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象