Compartilhar via


ClientInfo(String, Int32) Constructor

Definition

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.

Applies to