Android.App.Admin.EncryptionStatus Enumeration
Enumerates values returned by several types.

Syntax

public enum EncryptionStatus

Remarks

Enumerates value returned by the following: .

Members

Member NameDescription
ActivatingResult code for DevicePolicyManager.SetStorageEncryption(Android.Content.ComponentName, System.Boolean) and DevicePolicyManager.StorageEncryptionStatus: indicating that encryption is not currently active, but is currently being activated. This is only reported by devices that support encryption of data and only when the storage is currently undergoing a process of becoming encrypted. A device that must reboot and/or wipe data to become encrypted will never return this value.
ActiveResult code for DevicePolicyManager.SetStorageEncryption(Android.Content.ComponentName, System.Boolean) and DevicePolicyManager.StorageEncryptionStatus: indicating that encryption is active.
InactiveResult code for DevicePolicyManager.SetStorageEncryption(Android.Content.ComponentName, System.Boolean) and DevicePolicyManager.StorageEncryptionStatus: indicating that encryption is supported, but is not currently active.
UnsupportedResult code for DevicePolicyManager.SetStorageEncryption(Android.Content.ComponentName, System.Boolean) and DevicePolicyManager.StorageEncryptionStatus: indicating that encryption is not supported.

Requirements

Namespace: Android.App.Admin
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0