KeyMaster.NET
AuthenticationParameters Constructor (userName, extraDataToSign)
KeyMaster.NETCaplin.KeyMasterAuthenticationParametersAuthenticationParameters(String, String)
Initializes a new instance of the AuthenticationParameters class, containing the username, and extra data.
Declaration Syntax
C#Visual BasicVisual C++
public AuthenticationParameters(
	string userName,
	string extraDataToSign
)
Public Sub New ( _
	userName As String, _
	extraDataToSign As String _
)
public:
AuthenticationParameters(
	String^ userName, 
	String^ extraDataToSign
)
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.
extraDataToSign (String)
Extra data that KeyMaster.NET will sign within the token.

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