Freigeben über


EmbeddedLicenseStore.AddLicense(License) Method

Definition

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.

Applies to