StreamLink.NET
Caplin.StreamLink.Authentication Namespace
StreamLink.NETCaplin.StreamLink.Authentication
The Caplin.StreamLink.Authentication namespace contains interfaces and classes that provide for the encapsulation of authentication information.

The client application must either register an object implementing the ICredentialsProvider interface with StreamLink.NET or alternatively register one of the ICredentialsProvider implementations contained within this namespace

The Caplin.StreamLink.Authentication namespace contains interfaces and classes that provide for the encapsulation of authentication information.

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