Microsoft.Identity.Client.Platforms.Features.WinFormsLegacyWebUi.SilentWindowsFormsAuthenticationDialog
namespace Microsoft.Identity.Client.Platforms.Features.WinFormsLegacyWebUi
{
internal class SilentWindowsFormsAuthenticationDialog : WindowsFormsWebAuthenticationDialogBase
{
internal delegate void SilentWebUIDoneEventHandler (object sender, SilentWebUIDoneEventArgs args);
public int { get; set; }
public SilentWindowsFormsAuthenticationDialog(object ownerWindow);
public void CloseBrowser();
}
}