C# Class MonoDevelop.VersionControl.TFS.Helpers.CredentialsManager

Mostra file Open project: Indomitable/monodevelop-tfs-addin

Public Methods

Method Description
GetPassword ( Uri url ) : string
StoreCredential ( Uri url, string password ) : void

Stores the credential.

Private Methods

Method Description
LoadFromKWallet ( Uri url ) : string
SaveToKWallet ( Uri url, string password ) : bool

Method Details

GetPassword() public static method

public static GetPassword ( Uri url ) : string
url System.Uri
return string

StoreCredential() public static method

Stores the credential.
public static StoreCredential ( Uri url, string password ) : void
url System.Uri URL.
password string Password.
return void