KeyMaster.NET
Caplin.KeyMaster.Formatters Namespace
KeyMaster.NETCaplin.KeyMaster.Formatters
This namespace contains the interfaces and implementations that format a KeyMaster token appropriately for the application that is requesting it.
Declaration Syntax
C#Visual BasicVisual C++
namespace Caplin.KeyMaster.Formatters
Namespace Caplin.KeyMaster.Formatters
namespace Caplin.KeyMaster.Formatters
Types
All TypesClassesInterfaces
IconTypeDescription
IKeyMasterFormatter
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.

SL4BHTMLFormatter
Formats a KeyMaster token for use by a StreamLink for Browsers (SL4B) application. The information in the formatted token is encapsulated in HTML tags.

SL4BJavaScriptFormatter
Formats a KeyMaster token for use by a StreamLink for Browsers (SL4B) application. The returned token is in a format suitable for direct processing by SL4B's JavaScript code.

StandardFormatter
Formats a token for use by StreamLink for Java, StreamLink.NET or StreamLink for Silverlight