Member Name | Description |
---|---|
Activating | Result 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. |
Active | Result code for DevicePolicyManager.SetStorageEncryption(Android.Content.ComponentName, System.Boolean) and DevicePolicyManager.StorageEncryptionStatus: indicating that encryption is active. |
Inactive | Result code for DevicePolicyManager.SetStorageEncryption(Android.Content.ComponentName, System.Boolean) and DevicePolicyManager.StorageEncryptionStatus: indicating that encryption is supported, but is not currently active. |
Unsupported | Result code for DevicePolicyManager.SetStorageEncryption(Android.Content.ComponentName, System.Boolean) and DevicePolicyManager.StorageEncryptionStatus: indicating that encryption is not supported. |