Skip to main content

1E 8.1 (on-premises)

Mobile.GetEncryptionStatus

Method

GetEncryptionStatus

Module

Mobile

Library

Core

Action

Get the data encryption status of this device.

Parameters

(None)

Return values

EncryptionStatus (string): The data encryption status of this device, e.g. "Encryption status unsupported", "Encryption is active", "Encryption is supported, but not currently active", "Encryption is active, but an encryption key has not been set by the user", etc.

Example

 Mobile.GetEncryptionStatus();

Platforms

  • Android

Notes