LicenseStorageResult Class
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.
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. |