Share via


AuthenticationMechanism.SymmetricKey Property

Definition

Gets or sets the symmetric key used for authentication.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to