DeviceRegistrationResult.SymmetricKey Property

Definition

The registration result for symmetric key authentication.

[Newtonsoft.Json.JsonProperty(PropertyName="symmetricKey")]
public Microsoft.Azure.Devices.Provisioning.Client.SymmetricKeyRegistrationResult SymmetricKey { get; protected internal set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="symmetricKey")>]
member this.SymmetricKey : Microsoft.Azure.Devices.Provisioning.Client.SymmetricKeyRegistrationResult with get, set
Public Property SymmetricKey As SymmetricKeyRegistrationResult

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to