ClientInfo(String, Int32) Constructor
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.
Initializes a new instance of the ClientInfo class.
public ClientInfo (string clientVersion, int applicationSecurityLevel);
new Microsoft.Media.Drm.ClientInfo : string * int -> Microsoft.Media.Drm.ClientInfo
Public Sub New (clientVersion As String, applicationSecurityLevel As Integer)
Parameters
- clientVersion
- String
The build version of the DRM runtime on the client.
- applicationSecurityLevel
- Int32
This value is currently reserved; server applications should specify zero.