FileEncryption(Byte[], Guid) Constructor
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.
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.