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 Class

Provides a simple username/ password pair for Web client authentication.

Object
   SingleCredential

[Visual Basic]
Public Class SingleCredential
   Implements ICredentialLookup
[C#]
public class SingleCredential : ICredentialLookup
[C++]
public __gc class SingleCredential : public ICredentialLookup
[JScript]
public class SingleCredential implements ICredentialLookup

Remarks

[To be supplied.]

Requirements

Namespace: System.Net

Assembly: System.net.dll

See Also

SingleCredential Members | System.Net Namespace