Compartir a través de


ApplicationBase.IsDeviceOnlyAuthSupported Propiedad

Definición

Obtiene o establece especifica si esta aplicación admite la autenticación de dispositivos sin un usuario. El valor predeterminado es 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a