LicenseStorageResult(Guid, Guid, Int32) Constructor
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.
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.