SharpCvsLib

PServerAuthRequest Constructor (String, String, String)

Create a new pserver authentication object. Populate the cvsroot, username and password variables that will be sent to the server. When the password is populated it is encrypted with the password scrambler.

[Visual Basic]
Overloads Public Sub New( _
   ByVal cvsroot As String, _
   ByVal userName As String, _
   ByVal password As String _
)
[C#]
public PServerAuthRequest(
   string cvsroot,
   string userName,
   string password
);

Parameters

cvsroot
A cvsroot line that locates the repository and the server.
userName
The name of the user that is logging in.
password
A password for the user.

See Also

PServerAuthRequest Class | ICSharpCode.SharpCvsLib.Requests Namespace | PServerAuthRequest Constructor Overload List