Enum DeviceEncryptionStatus (2.0.0)

public enum DeviceEncryptionStatus

The encryption state of the device.

Namespace

Google.Identity.AccessContextManager.Type

Assembly

Google.Identity.AccessContextManager.Type.dll

Fields

NameDescription
Encrypted

The device is encrypted.

EncryptionUnspecified

The encryption status of the device is not specified or not known.

EncryptionUnsupported

The device does not support encryption.

Unencrypted

The device supports encryption, but is currently unencrypted.