C# Class SourceControl.Tfs.TfsCredentialProvider

Credential provider for TFS.
Inheritance: ICredentialsProvider
Mostra file Open project: daptiv/Malevich

Public Methods

Method Description
TfsCredentialProvider ( string userName, string password, string server ) : System

Trivial constructor.

Private Methods

Method 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 method

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.
return System