DataBoxEdgeDeviceExtendedInfo.EncryptionKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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