IContentKey.ProtectionKeyId Property

Gets the protection key identifier associated with the content key.

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

Syntax

'Declaration
ReadOnly Property ProtectionKeyId As String 
    Get
'Usage
Dim instance As IContentKey 
Dim value As String 

value = instance.ProtectionKeyId
string ProtectionKeyId { get; }
property String^ ProtectionKeyId {
    String^ get ();
}
abstract ProtectionKeyId : string
function get ProtectionKeyId () : String

Property Value

Type: System.String
The protection key identifier associated with the content key.

See Also

Reference

IContentKey Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace