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!

ICredentialLookup Interface

Provides the base authentication interface for Web client authentication.

ICredentialLookup

[Visual Basic]
Public Interface ICredentialLookup
[C#]
public interface ICredentialLookup
[C++]
public __gc __interface ICredentialLookup

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement ICredentialLookup

Class Description
CredentialCache Provides storage for multiple credentials.
SingleCredential Provides a simple username/ password pair for Web client authentication.

Remarks

[To be supplied]

Requirements

Namespace: System.Net

Assembly: System.net.dll

See Also

ICredentialLookup Members | System.Net Namespace