C# Class Gurtle.CredentialPrompt

Afficher le fichier Open project: csware/GurtleReloaded Class Usage Examples

Méthodes publiques

Méthode Description
Prompt ( IWin32Window owner, string realm, string path ) : NetworkCredential

Private Methods

Méthode 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 méthode

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