PlayReadyServerCfg Class

Definition

Obsolete. Represents a compatibility class enabling reading of the legacy web.config file to ease transition from the classic PlayReady Server SDK built on .NET to the one built on .NETCORE. New code should use RMSDKConfig class instead.

public class PlayReadyServerCfg
type PlayReadyServerCfg = class
Public Class PlayReadyServerCfg
Inheritance
PlayReadyServerCfg

Constructors

PlayReadyServerCfg()

Initializes a new instance of the PlayReadyServerCfg class.

Properties

HandlerDll

Path to the handler's dll file.

RevocationDataFile

Gets or sets the path to the revocation data file to be used by PlayReady.

RobustnessVersionsDataFile

Gets or sets the path to the robustness versions data file to be used by PlayReady.

Methods

GetSettingByName(String)

Returns setting value by its name.

Applies to