DesktopExtensions Class
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.
MSAL extensions for desktop apps
public static class DesktopExtensions
type DesktopExtensions = class
Public Module DesktopExtensions
- Inheritance
-
DesktopExtensions
Methods
WithDesktopFeatures(PublicClientApplicationBuilder) |
Obsolete.
Adds enhanced support for desktop applications, e.g. CLI, WinForms, WPF apps. Support added is around:
|
WithWindowsDesktopFeatures(PublicClientApplicationBuilder, BrokerOptions) |
Adds enhanced support for desktop applications, e.g. CLI, WinForms, WPF apps.
|
WithWindowsEmbeddedBrowserSupport(PublicClientApplicationBuilder) |
Adds better embedded browser support to MSAL. AAD applications will use the older WebBrowser control. Other applications (B2C, ADFS etc.) will use an embedded browser based on Microsoft Edge - https://aka.ms/msal-net-webview2 |