SSMEDrmSetupDecryptorCompletedEventArgs.KeyId Property

Gets the KeyID of the decryptor being set up.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public ReadOnly Property KeyId As Guid
    Get
'Usage

Dim instance As SSMEDrmSetupDecryptorCompletedEventArgs
Dim value As Guid

value = instance.KeyId
public Guid KeyId { get; }
public:
property Guid KeyId {
    Guid get ();
}
member KeyId : Guid
function get KeyId () : Guid

Property Value

Type: System.Guid
The KeyID GUID.

Version Information

Silverlight

Supported in: 5

See Also

Reference

SSMEDrmSetupDecryptorCompletedEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace