KeyMaster.NET
SL4BJavaScriptFormatter Class
KeyMaster.NETCaplin.KeyMaster.FormattersSL4BJavaScriptFormatter
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.
Declaration Syntax
C#Visual BasicVisual C++
public class SL4BJavaScriptFormatter : IKeyMasterFormatter
Public Class SL4BJavaScriptFormatter _
	Implements IKeyMasterFormatter
public ref class SL4BJavaScriptFormatter : IKeyMasterFormatter
Members
All MembersConstructorsMethods



IconMemberDescription
SL4BJavaScriptFormatter(String)
Constructor that takes the source ID as a parameter. This is provided as a parameter of the web request for a token that StreamLink for Browsers (SL4B) sends to KeyMaster.

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=javascript
Inheritance Hierarchy
Object
SL4BJavaScriptFormatter

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