ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))