DotMSN

Credentials Constructor (String, String, String, String)

Constructor to instantiate a Credentials object with the specified values.

[Visual Basic]
Overloads Public Sub New( _
   ByVal account As String, _
   ByVal password As String, _
   ByVal clientID As String, _
   ByVal clientCode As String _
)
[C#]
public Credentials(
   string account,
   string password,
   string clientID,
   string clientCode
);

See Also

Credentials Class | XihSolutions.DotMSN Namespace | Credentials Constructor Overload List