License.MinimumSecurityLevel Property

Definition

Gets or sets the minimum security level required of an application to play protected content associated with this license. The service should specify a minimum security level to restrict playback of the content to more secure devices and clients.

public int MinimumSecurityLevel { get; set; }
member this.MinimumSecurityLevel : int with get, set
Public Property MinimumSecurityLevel As Integer

Property Value

The minimum security level required of an application to play protected content associated with this license.

Exceptions

On set, thrown if the value set is less than zero or greater than MaxValue.

Remarks

When creating applications with the PlayReady Device Porting Kit, use the security level 150 certificate/stub library issued during development and testing but use a higher security level in production.

Applies to