StreamLink.NET
StandardKeyMasterCredentialsProvider Constructor (uri, credentials)
StreamLink.NETCaplin.StreamLink.Authentication.KeyMasterStandardKeyMasterCredentialsProviderStandardKeyMasterCredentialsProvider(String, ICredentials)
Constructs a StandardKeyMasterCredentialsProvider with a specified KeyMaster URI, credentials and the default request timeout of 10 seconds. If this constructor is used then the StandardKeyMasterCredentialsProvider will not do any polling.
Declaration Syntax
C#Visual BasicVisual C++
public StandardKeyMasterCredentialsProvider(
	string uri,
	ICredentials credentials
)
Public Sub New ( _
	uri As String, _
	credentials As ICredentials _
)
public:
StandardKeyMasterCredentialsProvider(
	String^ uri, 
	ICredentials^ credentials
)
Parameters
uri (String)
The KeyMaster URI to connect to, including host and port.
credentials (ICredentials)
An object encapsulating the username and optionally a password for KeyMaster to generate a token from.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.19.0 (5.0.19.0)