StreamLink.NET
Caplin.StreamLink.Authentication Namespace
StreamLink.NETCaplin.StreamLink.Authentication
The Caplin.StreamLink.Authentication namespace contains interfaces and classes for encapsulating authentication information.

The client application must either register with StreamLink an object that implements the ICredentialsProvider interface, or alternatively it can register one of the implementations of ICredentialsProvider contained within this namespace.

Declaration Syntax
C#Visual BasicVisual C++
namespace Caplin.StreamLink.Authentication
Namespace Caplin.StreamLink.Authentication
namespace Caplin.StreamLink.Authentication
Types
All TypesClasses
IconTypeDescription
Credentials
An implementation of the ICredentials interface that encapsulates a username and password that do not change.

PasswordCredentialsProvider
An implementation of the ICredentialsProvider interface that provides credentials consisting of a username and password. Once they have been created the credentials cannot be changed.

See Also