LicenseResponse.AddLicense(License) Method

Definition

Adds a License to this response.

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 be added to this response.

Exceptions

The license is null.

The license as a MinimumSecurityLevel greater than the ClientCertificate property SecurityLevel.

Applies to