共用方式為


FileEncryption(Byte[], Guid) Constructor

Definition

Initializes a new instance of the FileEncryption class.

public FileEncryption (byte[] contentKey, Guid keyIdentifier);
new Microsoft.Azure.Management.Media.StorageEncryption.FileEncryption : byte[] * Guid -> Microsoft.Azure.Management.Media.StorageEncryption.FileEncryption
Public Sub New (contentKey As Byte(), keyIdentifier As Guid)

Parameters

contentKey
Byte[]

The content key.

keyIdentifier
Guid

The key identifier.

Applies to