IotHubProperties.DisableModuleSAS Property

Definition

Gets or sets if true, all module scoped SAS keys cannot be used for authentication.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to