License.MinimumSecurityLevel Property
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.
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.