Share via


KeyAndSecretDetails Class

Definition

BEK is bitlocker key. KEK is encryption key for BEK If the VM was encrypted then we will store following details :

  1. Secret(BEK) - Url + Backup Data + vaultId.
  2. Key(KEK) - Url + Backup Data + vaultId.
  3. EncryptionMechanism BEK and KEK can potentially have different vault ids.
public class KeyAndSecretDetails
type KeyAndSecretDetails = class
Public Class KeyAndSecretDetails
Inheritance
KeyAndSecretDetails

Constructors

KeyAndSecretDetails()

Initializes a new instance of KeyAndSecretDetails.

Properties

BekDetails

BEK is bitlocker encryption key.

EncryptionMechanism

Encryption mechanism: None/ SinglePass/ DoublePass.

KekDetails

KEK is encryption key for BEK.

Applies to