Share via


DataBoxEdgeDeviceExtendedInfo.EncryptionKey Property

Definition

Gets or sets the public part of the encryption certificate. Client uses this to encrypt any secret.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to