Partager via


AdvancedLicense.Type Property

Definition

Gets or sets the LicenseType for the license.

public Microsoft.Media.Drm.LicenseType Type { get; set; }
member this.Type : Microsoft.Media.Drm.LicenseType with get, set
Public Property Type As LicenseType

Property Value

The LicenseType for the license.

Remarks

By default, the license is Persistent. This property must explicitly be set to NonPersistent to create a non-persistent license.

Applies to