C# 클래스 Microsoft.Identity.Client.SilentWindowsFormsAuthenticationDialog

상속: WindowsFormsWebAuthenticationDialogBase
파일 보기 프로젝트 열기: AzureAD/microsoft-authentication-library-for-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
CloseBrowser ( ) : void

SilentWindowsFormsAuthenticationDialog ( object ownerWindow ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

OnClosingUrl ( ) : void

OnNavigationCanceled ( int statusCode ) : void

WebBrowserNavigatingHandler ( object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void

비공개 메소드들

메소드 설명
CreateStartedTimer ( System.Action onTickAction, int interval ) : Timer
DocumentCompletedHandler ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs args ) : void
HasLoginPage ( ) : bool
OnUserInteractionRequired ( ) : void
SignalDone ( Exception exception = null ) : void

This method must only be called from the UI thread. Since this is the callers opportunity to call dispose on this object. Calling Dispose must be done on the same thread on which this object was constructed.

SuppressBrowserSubDialogs ( ) : void

Make sure that the browser control does not surface any of it's own dialogs. For instance bad certificate or javascript error dialogs.

메소드 상세

CloseBrowser() 공개 메소드

public CloseBrowser ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnClosingUrl() 보호된 메소드

protected OnClosingUrl ( ) : void
리턴 void

OnNavigationCanceled() 보호된 메소드

protected OnNavigationCanceled ( int statusCode ) : void
statusCode int
리턴 void

SilentWindowsFormsAuthenticationDialog() 공개 메소드

public SilentWindowsFormsAuthenticationDialog ( object ownerWindow ) : System
ownerWindow object
리턴 System

WebBrowserNavigatingHandler() 보호된 메소드

protected WebBrowserNavigatingHandler ( object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void
sender object
e System.Windows.Forms.WebBrowserNavigatingEventArgs
리턴 void