共用方式為


ApplicationBase.IsDeviceOnlyAuthSupported Property

Definition

Gets or sets specifies whether this application supports device authentication without a user. The default is false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to