DrmSetupDecryptorCompletedEventArgs.KeyID Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the Content Key Identifier of the license for the decryptor which either failed or completed setup.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.GuidThe Content Key Identifier of the license for the decryptor which either failed or completed setup.
The AsyncCompletedEventArgs.Error property is used to determine whether the decryptor setup succeeded or failed. If the AsyncCompletedEventArgs.Error property is Nothing, then setup succeeded; otherwise, setup failed and the property will contain an Exception instance.
If a decryptor setup succeeds, then the required policies, such as output protection, have been successfully negotiated.