KeyID Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public ReadOnly Property KeyID As Guid

Property Value

Type: System.Guid
The 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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft