Share via


LicenseStorageResult Class

Definition

Represents the result reported by the client regarding its attempt at storing a single license.

public class LicenseStorageResult
type LicenseStorageResult = class
Public Class LicenseStorageResult
Inheritance
LicenseStorageResult

Remarks

This class also contains identifiers that correspond to the license. See ILicenseAcknowledgementChallenge for details.

Constructors

LicenseStorageResult(Guid, Guid, Int32)

Initializes a new instance of the LicenseStorageResult class.

Properties

ErrorCode

Gets the return code of the store license operation on the client.

ErrorString

Gets the ErrorCode formated as a hexidecimal string.

KeyId

Gets the key identifier of the content key in the license.

LicenseId

Gets the license's globally unique identifer.

Applies to