KeyMaster.NET
IKeyMasterFormatter Interface
KeyMaster.NETCaplin.KeyMaster.FormattersIKeyMasterFormatter
Represents the interface used to format a KeyMaster tokens appropriately for the StreamLink application that is requesting it. If the formatters provided with KeyMaster.NET are not suitable for your KeyMaster deployment, implement this interface to provide a custom formatter.
Declaration Syntax
C#Visual BasicVisual C++
public interface IKeyMasterFormatter
Public Interface IKeyMasterFormatter
public interface class IKeyMasterFormatter
Members
All MembersMethods



IconMemberDescription
Format(IAuthenticationParameters, String)
Formats the supplied token, including any additional information supplied by IAuthenticationParameters.

Remarks

A number of predefined formatters are supplied with KeyMaster.NET; see SL4BHTMLFormatter, SL4BJavaScriptFormatter , and StandardFormatter.

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