BrowserCustomizationOptions.UseEmbeddedWebView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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