AdvancedLicense.Type 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 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.