EmbeddedLicenseStore.AddLicense(License) Method
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.
Adds a license to the embedded license store.
public void AddLicense (Microsoft.Media.Drm.License license);
member this.AddLicense : Microsoft.Media.Drm.License -> unit
Public Sub AddLicense (license As License)
Parameters
- license
- License
The license to add.
Exceptions
The license
is null.
The license
is not a leaf license.