Android.App.Admin.DevicePolicyManager.GetStorageEncryption Method
Called by an application that is administering the device to determine the requested setting for secure storage.

Syntax

[Android.Runtime.Register("getStorageEncryption", "(Landroid/content/ComponentName;)Z", "GetGetStorageEncryption_Landroid_content_ComponentName_Handler")]
public virtual bool GetStorageEncryption (Android.Content.ComponentName admin)

Parameters

admin
Which Android.App.Admin.DeviceAdminReceiver this request is associated with. If null, this will return the requested encryption setting as an aggregate of all active administrators.

Returns

Documentation for this section has not yet been entered.

Remarks

Called by an application that is administering the device to determine the requested setting for secure storage.

[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