PlayReadyServerCfg Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |