Share via


LocalUser.HasSharedKey Property

Definition

Gets or sets indicates whether shared key exists. Set it to false to remove existing shared key.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.hasSharedKey")]
public bool? HasSharedKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.hasSharedKey")>]
member this.HasSharedKey : Nullable<bool> with get, set
Public Property HasSharedKey As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to