DrmSetupDecryptorCompletedEventArgs Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The DrmSetupDecryptorCompletedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Cancelled | Gets a value that indicates whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.) |
|
Error | Gets a value that indicates which error occurred during an asynchronous operation. (Inherited from AsyncCompletedEventArgs.) |
|
KeyID | Gets the Content Key Identifier of the license for the decryptor which either failed or completed setup. |
|
UserState | Gets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.) |
Show: