C# Class SourceControl.Tfs.TfsCredentialProvider

Credential provider for TFS.
Inheritance: ICredentialsProvider
Afficher le fichier Open project: daptiv/Malevich

Méthodes publiques

Méthode Description
TfsCredentialProvider ( string userName, string password, string server ) : System

Trivial constructor.

Private Methods

Méthode Description
ICredentialsProvider ( Uri uri, ICredentials failedCredentials ) : ICredentials

Supplies TFS with credentials.

ICredentialsProvider ( Uri uri ) : void

Notifies the user that TFS connection was authenticated.

Method Details

TfsCredentialProvider() public méthode

Trivial constructor.
public TfsCredentialProvider ( string userName, string password, string server ) : System
userName string User name, can have domain name in it.
password string Password.
server string Server URI.
Résultat System