C# 클래스 MonoDevelop.VersionControl.TFS.Helpers.CredentialsManager

파일 보기 프로젝트 열기: Indomitable/monodevelop-tfs-addin

공개 메소드들

메소드 설명
GetPassword ( Uri url ) : string
StoreCredential ( Uri url, string password ) : void

Stores the credential.

비공개 메소드들

메소드 설명
LoadFromKWallet ( Uri url ) : string
SaveToKWallet ( Uri url, string password ) : bool

메소드 상세

GetPassword() 공개 정적인 메소드

public static GetPassword ( Uri url ) : string
url System.Uri
리턴 string

StoreCredential() 공개 정적인 메소드

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