Android.App.Admin.DevicePolicyManager.StorageEncryptionStatus Property
Called by an application that is administering the device to determine the current encryption status of the device.

Syntax

[get: Android.Runtime.Register("getStorageEncryptionStatus", "()I", "GetGetStorageEncryptionStatusHandler")]
public virtual EncryptionStatus StorageEncryptionStatus { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Called by an application that is administering the device to determine the current encryption status of the device. Depending on the returned status code, the caller may proceed in different ways. If the result is DevicePolicyManager.ENCRYPTION_STATUS_UNSUPPORTED, the storage system does not support encryption. If the result is DevicePolicyManager.ENCRYPTION_STATUS_INACTIVE, use DevicePolicyManager.ActionStartEncryption to begin the process of encrypting or decrypting the storage. If the result is DevicePolicyManager.ENCRYPTION_STATUS_ACTIVATING or DevicePolicyManager.ENCRYPTION_STATUS_ACTIVE, no further action is required.

[Android Documentation]

Requirements

Namespace: Android.App.Admin
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11