KeyMaster.NET
AuthenticationParameters Constructor (userName)
KeyMaster.NETCaplin.KeyMasterAuthenticationParametersAuthenticationParameters(String)
Initializes a new instance of the AuthenticationParameters class, containing just the username, and no extra data.
Declaration Syntax
C#Visual BasicVisual C++
public AuthenticationParameters(
	string userName
)
Public Sub New ( _
	userName As String _
)
public:
AuthenticationParameters(
	String^ userName
)
Parameters
userName (String)
Name of the user. This is the username that is supplied to a Liberator login request. In a production system this name would normally be the authenticated username, which typically has been authenticated through a single sign-on facility.
Remarks

StreamLink clients supply the username to Liberator in the Liberator login request. In a production system this name would normally be the authenticated username, which typically has been authenticated through a single sign-on facility.

Assembly: Caplin.KeyMaster (Module: Caplin.KeyMaster) Version: 5.0.4.0 (5.0.4.0)