EasRequireEncryptionResult
EasRequireEncryptionResult
EasRequireEncryptionResult
EasRequireEncryptionResult
Enum
Definition
Note
EasRequireEncryptionResult may be unavailable for releases after Windows 10.
Represents the type of encryption required. These values are mapped against the HRESULT codes returned from the EAS policy engine.
public : enum class EasRequireEncryptionResultpublic enum EasRequireEncryptionResultPublic Enum EasRequireEncryptionResult// You can use this enum in JavaScript.
- Attributes
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Security.ExchangeActiveSyncProvisioning.EasContract (introduced v1)
|
Fields
| CanBeCompliant CanBeCompliant CanBeCompliant CanBeCompliant | This computer can be compliant by using the ApplyAsync method.HRESULT: S_OK but the user is not controlled. |
| Compliant Compliant Compliant Compliant | This computer is already DeviceProtected.HRESULT: S_OK and the user is controlled. |
| DeFixedDataNotSupported DeFixedDataNotSupported DeFixedDataNotSupported DeFixedDataNotSupported | This value is no longer supported. Starting with Windows 8.1, use FixedDataNotSupported. |
| DeHardwareNotCompliant DeHardwareNotCompliant DeHardwareNotCompliant DeHardwareNotCompliant | This value is no longer supported. Starting with Windows 8.1, use HardwareNotCompliant. |
| DeOsVolumeNotProtected DeOsVolumeNotProtected DeOsVolumeNotProtected DeOsVolumeNotProtected | This value is no longer supported. Starting with Windows 8.1, use OsVolumeNotProtected. |
| DeProtectionNotYetEnabled DeProtectionNotYetEnabled DeProtectionNotYetEnabled DeProtectionNotYetEnabled | This value is no longer supported. Starting with Windows 8.1, use ProtectionNotYetEnabled. |
| DeProtectionSuspended DeProtectionSuspended DeProtectionSuspended DeProtectionSuspended | This value is no longer supported. Starting with Windows 8.1, use ProtectionSuspended. |
| DeWinReNotConfigured DeWinReNotConfigured DeWinReNotConfigured DeWinReNotConfigured | This value is no longer supported. Starting with Windows 8.1, use LockNotConfigured. |
| FixedDataNotSupported FixedDataNotSupported FixedDataNotSupported FixedDataNotSupported | This computer cannot support device encryption because unencrypted fixed data volumes are present.HRESULT: FVE_E_DE_FIXED_DATA_NOT_SUPPORTED |
| HardwareNotCompliant HardwareNotCompliant HardwareNotCompliant HardwareNotCompliant | This computer does not meet the hardware requirements to support device encryption.HRESULT: FVE_E_DE_HARDWARE_NOT_COMPLIANT |
| LockNotConfigured LockNotConfigured LockNotConfigured LockNotConfigured | This computer cannot support device encryption because WinRE is not properly configured.HRESULT: FVE_E_DE_WINRE_NOT_CONFIGURED |
| NoFeatureLicense NoFeatureLicense NoFeatureLicense NoFeatureLicense | This computer does not have a feature license.HRESULT: FVE_E_NO_FEATURE_LICENSE |
| NotEvaluated NotEvaluated NotEvaluated NotEvaluated | The policy is not set for evaluation. |
| NotProvisionedOnAllVolumes NotProvisionedOnAllVolumes NotProvisionedOnAllVolumes NotProvisionedOnAllVolumes | This computer is not provisioned to support device encryption. Enable BitLocker on all volumes to comply with device encryption policy. HRESULT: FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES |
| OsNotProtected OsNotProtected OsNotProtected OsNotProtected | The operating system drive is not protected by BitLocker drive encryption.HRESULT: FVE_E_OS_NOT_PROTECTED |
| OsVolumeNotProtected OsVolumeNotProtected OsVolumeNotProtected OsVolumeNotProtected | This computer is not provisioned with device encryption. Enable Device encryption on all volumes to comply with device encryption policy if it is supported. HRESULT: FVE_E_DE_OS_VOLUME_NOT_PROTECTED |
| ProtectionNotYetEnabled ProtectionNotYetEnabled ProtectionNotYetEnabled ProtectionNotYetEnabled | Protection has not been enabled on the volume. Enabling protection requires a connected account. If you already have a connected account and are seeing this error, refer to the event log for more information.HRESULT: FVE_E_DE_PROTECTION_NOT_YET_ENABLED |
| ProtectionSuspended ProtectionSuspended ProtectionSuspended ProtectionSuspended | Protection is enabled on this volume but has been suspended. This is most likely due to an update of your computer. Reboot and try again.HRESULT: FVE_E_DE_PROTECTION_SUSPENDED |
| UnexpectedFailure UnexpectedFailure UnexpectedFailure UnexpectedFailure | An unexpected failure occurred. |