Share via


IContentKey.ProtectionKeyType Property

Gets the type of the protection key.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
ReadOnly Property ProtectionKeyType As ProtectionKeyType 
    Get
'Usage
Dim instance As IContentKey 
Dim value As ProtectionKeyType 

value = instance.ProtectionKeyType
ProtectionKeyType ProtectionKeyType { get; }
property ProtectionKeyType ProtectionKeyType {
    ProtectionKeyType get ();
}
abstract ProtectionKeyType : ProtectionKeyType
function get ProtectionKeyType () : ProtectionKeyType

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.ProtectionKeyType
The type of the protection key.

See Also

Reference

IContentKey Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace