KeyMaster.NET
Format Method (authParams, token)
KeyMaster.NETCaplin.KeyMaster.FormattersSL4BJavaScriptFormatterFormat(IAuthenticationParameters, String)
Formats the supplied token, including any additional information supplied by IAuthenticationParameters.
Declaration Syntax
C#Visual BasicVisual C++
public string Format(
	IAuthenticationParameters authParams,
	string token
)
Public Function Format ( _
	authParams As IAuthenticationParameters, _
	token As String _
) As String
public:
virtual String^ Format(
	IAuthenticationParameters^ authParams, 
	String^ token
) sealed
Parameters
authParams (IAuthenticationParameters)
Additional information that is required by the formatter.
token (String)
The token to be formatted.
Return Value
The token in JavaScript format, for use by the StreamLink for Browsers application that requested it.
Remarks

The return value is in the following format:

Copy 
SigGen_Signature('sourceid', 'username', 'token');

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