Share via


BrowserCustomizationOptions.UseEmbeddedWebView Property

Definition

Caution

This option requires additional dependencies on Microsoft.Identity.Client.Desktop and is no longer supported. Consider using brokered authentication instead

Specifies if the public client application should used an embedded web browser or the system default browser

[System.Obsolete("This option requires additional dependencies on Microsoft.Identity.Client.Desktop and is no longer supported. Consider using brokered authentication instead")]
public bool? UseEmbeddedWebView { get; set; }
public bool? UseEmbeddedWebView { get; set; }
[<System.Obsolete("This option requires additional dependencies on Microsoft.Identity.Client.Desktop and is no longer supported. Consider using brokered authentication instead")>]
member this.UseEmbeddedWebView : Nullable<bool> with get, set
member this.UseEmbeddedWebView : Nullable<bool> with get, set
Public Property UseEmbeddedWebView As Nullable(Of Boolean)

Property Value

Attributes

Applies to