NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SingleCredential Constructor (String, String)

Creates an instance of the SingleCredential class with the supplied user name and password.

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String, _
   ByVal passwd As String _
)
[C#]
public SingleCredential(
   string name,
   string passwd
);
[C++]
public: SingleCredential(
   String* name,
   String* passwd
);
[JScript]
public function SingleCredential(
   name : String,
   passwd : String
);

Parameters

name
The username associated with these credentials.
passwd
The password for the username associated with these credentials.

Remarks

[To be provided]

See Also

SingleCredential Class | SingleCredential Members | System.Net Namespace | SingleCredential Constructor Overload List