ConfidentialVmEncryptionType Enum
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.
confidential VM encryption types.
public enum ConfidentialVmEncryptionType
type ConfidentialVmEncryptionType =
Public Enum ConfidentialVmEncryptionType
- Inheritance
-
ConfidentialVmEncryptionType
Fields
| Name | Value | Description |
|---|---|---|
| EncryptedVmGuestStateOnlyWithPmk | 0 | EncryptedVMGuestStateOnlyWithPmk. |
| EncryptedWithPmk | 1 | EncryptedWithPmk. |
| EncryptedWithCmk | 2 | EncryptedWithCmk. |
| NonPersistedTPM | 3 | NonPersistedTPM. |