次の方法で共有


DataBoxEdgeDeviceExtendedInfo.EncryptionKey プロパティ

定義

暗号化証明書のパブリック部分を取得または設定します。 クライアントはこれを使用してシークレットを暗号化します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象