KeyMaster.NET
Format Method (authParams, token)
KeyMaster.NETCaplin.KeyMaster.FormattersIKeyMasterFormatterFormat(IAuthenticationParameters, String)
Formats the supplied token, including any additional information supplied by IAuthenticationParameters.
Declaration Syntax
C#Visual BasicVisual C++
string Format(
	IAuthenticationParameters authParams,
	string token
)
Function Format ( _
	authParams As IAuthenticationParameters, _
	token As String _
) As String
String^ Format(
	IAuthenticationParameters^ authParams, 
	String^ token
)
Parameters
authParams (IAuthenticationParameters)
Additional information that may be required by the formatter.
token (String)
The token to be formatted.
Return Value
A string defining the token in a format that can be used by the StreamLink application requesting it.

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