C# Class Gurtle.CredentialPrompt

Mostrar archivo Open project: csware/GurtleReloaded Class Usage Examples

Public Methods

Method Description
Prompt ( IWin32Window owner, string realm, string path ) : NetworkCredential

Private Methods

Method Description
PromptImpl ( IWin32Window owner, string realm, string path ) : NetworkCredential
SaveToFile ( string path, NetworkCredential credential ) : void
SaveToFile ( string path, string userName, string password ) : void
TryLoad ( IEnumerable lines ) : NetworkCredential
TryLoadFromFile ( string path ) : NetworkCredential
TryLoadImpl ( string lines ) : NetworkCredential

Method Details

Prompt() public static method

public static Prompt ( IWin32Window owner, string realm, string path ) : NetworkCredential
owner IWin32Window
realm string
path string
return System.Net.NetworkCredential