Condividi tramite


LicenseStorageResult(Guid, Guid, Int32) Constructor

Definition

Initializes a new instance of the LicenseStorageResult class.

public LicenseStorageResult (Guid keyId, Guid licenseId, int errorCode);
new Microsoft.Media.Drm.LicenseStorageResult : Guid * Guid * int -> Microsoft.Media.Drm.LicenseStorageResult
Public Sub New (keyId As Guid, licenseId As Guid, errorCode As Integer)

Parameters

keyId
Guid

The key identifier of the content key in the license.

licenseId
Guid

The license's globally unique identifer.

errorCode
Int32

The return code of the store license operation on the client. Note that this will be zero for successfully processed licenses.

Applies to