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

Afficher le fichier Open project: Indomitable/monodevelop-tfs-addin

Méthodes publiques

Méthode Description
GetPassword ( Uri url ) : string
StoreCredential ( Uri url, string password ) : void

Stores the credential.

Private Methods

Méthode Description
LoadFromKWallet ( Uri url ) : string
SaveToKWallet ( Uri url, string password ) : bool

Method Details

GetPassword() public static méthode

public static GetPassword ( Uri url ) : string
url System.Uri
Résultat string

StoreCredential() public static méthode

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