KeyMaster.NET
SL4BHTMLFormatter Class
KeyMaster.NETCaplin.KeyMaster.FormattersSL4BHTMLFormatter
Formats a KeyMaster token for use by a StreamLink for Browsers (SL4B) application. The information in the formatted token is encapsulated in HTML tags.
Declaration Syntax
C#Visual BasicVisual C++
public class SL4BHTMLFormatter : IKeyMasterFormatter
Public Class SL4BHTMLFormatter _
	Implements IKeyMasterFormatter
public ref class SL4BHTMLFormatter : IKeyMasterFormatter
Members
All MembersConstructorsMethods



IconMemberDescription
SL4BHTMLFormatter(String, String)
Constructor that takes source ID and domain parameters. These are provided as parameters of the web request for a token that StreamLink for Browsers (SL4B) sends to KeyMaster.NET.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Format(IAuthenticationParameters, String)
Formats the supplied token, including any additional information supplied by IAuthenticationParameters.

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
StreamLink for Browsers expects a response in this format if it passes the following parameters to the web service:
  • sourceid=SL4B specific identifier
  • type=html
Inheritance Hierarchy
Object
SL4BHTMLFormatter

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