Share via


ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier Constructors

Definition

Overloads

ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier()

Initializes a new instance of the ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier class.

ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier(Nullable<Guid>)

Initializes a new instance of the ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier class.

ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier()

Initializes a new instance of the ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier class.

public ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier ();
Public Sub New ()

Applies to

ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier(Nullable<Guid>)

Initializes a new instance of the ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier class.

public ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier (Guid? keyId);
new Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier : Nullable<Guid> -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier
Public Sub New (keyId As Nullable(Of Guid))

Parameters

keyId
Nullable<Guid>

The content key ID.

Applies to