Property | Type | Description | |
---|---|---|---|
CredDelete | bool | ||
CredEnumerate | bool | ||
CredFree | void | ||
CredRead | void | ||
CredUIConfirmCredentials | int | ||
CredUIPromptForCredentials | CredUIReturnCodes | ||
InitialiseExtensionPanel | void | ||
SendMessage | |||
SetParent | |||
hook_WindowActivated | void | ||
hook_WindowCreated | void | ||
hook_WindowDestroyed | void |
Method | Description | |
---|---|---|
ClearSavedCredentials ( string targetName ) : void | ||
Close ( DialogResult result ) : void | ||
Confirm ( bool confirmed ) : void | ||
CredentialsDialog ( ) : System | ||
CredentialsDialog ( |
||
GetSavedCredentialUsername ( string targetName ) : string | ||
HasSavedCredentials ( string targetName ) : bool | ||
ShowDialog ( IWin32Window owner ) : DialogResult | ||
ShowDialog ( IWin32Window owner, bool retry ) : DialogResult | ||
ShowPseudoDialog ( IWin32Window owner, bool retry ) : DialogResult |
Method | Description | |
---|---|---|
CredDelete ( string targetName, CredType type, int flags ) : bool | ||
CredEnumerate ( string filter, int flags, int &count, |
||
CredFree ( |
||
CredRead ( string targetName, CredType type, int flags, |
||
CredUIConfirmCredentials ( string targetName, bool confirmed ) : int | ||
CredUIPromptForCredentials ( CredUIInfo &uiInfo, string targetName, |
||
InitialiseExtensionPanel ( ) : void | ||
SendMessage ( |
||
SetParent ( |
||
hook_WindowActivated ( object sender, |
||
hook_WindowCreated ( object sender, |
||
hook_WindowDestroyed ( object sender, |
public static ClearSavedCredentials ( string targetName ) : void | ||
targetName | string | |
return | void |
public CredentialsDialog ( |
||
panel | ||
return | System |
public static GetSavedCredentialUsername ( string targetName ) : string | ||
targetName | string | |
return | string |
public static HasSavedCredentials ( string targetName ) : bool | ||
targetName | string | |
return | bool |
public ShowDialog ( IWin32Window owner ) : DialogResult | ||
owner | IWin32Window | |
return | DialogResult |
public ShowDialog ( IWin32Window owner, bool retry ) : DialogResult | ||
owner | IWin32Window | |
retry | bool | |
return | DialogResult |
public ShowPseudoDialog ( IWin32Window owner, bool retry ) : DialogResult | ||
owner | IWin32Window | |
retry | bool | |
return | DialogResult |