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

Creates an instance of the SingleCredential class.

Overload List

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

[Visual Basic] Overloads Public Sub New(String, String)
[C#] public SingleCredential(String, String);
[C++] public: SingleCredential(String*, String*);
[JScript] public function SingleCredential(String, String);

Returns a SingleCredential object that is associated with the supplied host, realm, and authentication type.

[Visual Basic] Overloads Public Sub New(String, String, String)
[C#] public SingleCredential(String, String, String);
[C++] public: SingleCredential(String*, String*, String*);
[JScript] public function SingleCredential(String, String, String);

See Also

SingleCredential Class | SingleCredential Members | System.Net Namespace