KeyMaster.NET
AuthenticationParameters Constructor (userName, permissions)
KeyMaster.NETCaplin.KeyMasterAuthenticationParametersAuthenticationParameters(String, IUserPermissions)
Initializes a new instance of the AuthenticationParameters class, containing the username, and the permissions for that username.
Declaration Syntax
C#Visual BasicVisual C++
public AuthenticationParameters(
	string userName,
	IUserPermissions permissions
)
Public Sub New ( _
	userName As String, _
	permissions As IUserPermissions _
)
public:
AuthenticationParameters(
	String^ userName, 
	IUserPermissions^ permissions
)
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.
permissions (IUserPermissions)
Permissions for the user.
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.2.0 (5.0.2.0)