C# Class DroidExplorer.Bootstrapper.Authentication.CredentialsDialog

Show file Open project: camalot/droidexplorer

Private Properties

Property Type Description
CredDelete bool
CredEnumerate bool
CredFree void
CredRead void
CredUIConfirmCredentials int
CredUIPromptForCredentials CredUIReturnCodes
InitialiseExtensionPanel void
SendMessage System.IntPtr
SetParent System.IntPtr
hook_WindowActivated void
hook_WindowCreated void
hook_WindowDestroyed void

Public Methods

Method Description
ClearSavedCredentials ( string targetName ) : void
Close ( DialogResult result ) : void
Confirm ( bool confirmed ) : void
CredentialsDialog ( ) : System
CredentialsDialog ( ExtensionPanel panel ) : System
GetSavedCredentialUsername ( string targetName ) : string
HasSavedCredentials ( string targetName ) : bool
ShowDialog ( IWin32Window owner ) : DialogResult
ShowDialog ( IWin32Window owner, bool retry ) : DialogResult
ShowPseudoDialog ( IWin32Window owner, bool retry ) : DialogResult

Private Methods

Method Description
CredDelete ( string targetName, CredType type, int flags ) : bool
CredEnumerate ( string filter, int flags, int &count, IntPtr &credentials ) : bool
CredFree ( IntPtr buffer ) : void
CredRead ( string targetName, CredType type, int flags, IntPtr &credential ) : void
CredUIConfirmCredentials ( string targetName, bool confirmed ) : int
CredUIPromptForCredentials ( CredUIInfo &uiInfo, string targetName, IntPtr reserved, int error, StringBuilder userName, int maxUserName, StringBuilder password, int maxPassword, int &save, CredUIFlags flags ) : CredUIReturnCodes
InitialiseExtensionPanel ( ) : void
SendMessage ( IntPtr hWnd, WindowsMessages msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SetParent ( IntPtr hWndChild, IntPtr hWndNewParent ) : IntPtr
hook_WindowActivated ( object sender, CbtEventArgs e ) : void
hook_WindowCreated ( object sender, CbtEventArgs e ) : void
hook_WindowDestroyed ( object sender, CbtEventArgs e ) : void

Method Details

ClearSavedCredentials() public static method

public static ClearSavedCredentials ( string targetName ) : void
targetName string
return void

Close() public method

public Close ( DialogResult result ) : void
result DialogResult
return void

Confirm() public method

public Confirm ( bool confirmed ) : void
confirmed bool
return void

CredentialsDialog() public method

public CredentialsDialog ( ) : System
return System

CredentialsDialog() public method

public CredentialsDialog ( ExtensionPanel panel ) : System
panel ExtensionPanel
return System

GetSavedCredentialUsername() public static method

public static GetSavedCredentialUsername ( string targetName ) : string
targetName string
return string

HasSavedCredentials() public static method

public static HasSavedCredentials ( string targetName ) : bool
targetName string
return bool

ShowDialog() public method

public ShowDialog ( IWin32Window owner ) : DialogResult
owner IWin32Window
return DialogResult

ShowDialog() public method

public ShowDialog ( IWin32Window owner, bool retry ) : DialogResult
owner IWin32Window
retry bool
return DialogResult

ShowPseudoDialog() public method

public ShowPseudoDialog ( IWin32Window owner, bool retry ) : DialogResult
owner IWin32Window
retry bool
return DialogResult