DiskEncryptionInfo Class
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.
Recovery disk encryption info (BEK and KEK).
public class DiskEncryptionInfo
type DiskEncryptionInfo = class
Public Class DiskEncryptionInfo
- Inheritance
-
DiskEncryptionInfo
Constructors
DiskEncryptionInfo() |
Initializes a new instance of the DiskEncryptionInfo class. |
DiskEncryptionInfo(DiskEncryptionKeyInfo, KeyEncryptionKeyInfo) |
Initializes a new instance of the DiskEncryptionInfo class. |
Properties
DiskEncryptionKeyInfo |
Gets or sets the recovery KeyVault reference for secret. |
KeyEncryptionKeyInfo |
Gets or sets the recovery KeyVault reference for key. |