Namespace Tizen.Security.DevicePolicyManager
The Tizen.Security.DevicePolicyManager namespace provides classes to manage the device policy management framework. The device policy management framework provides APIs to create security-aware applications that are useful in enterprise settings.
Overview
The primary purpose of the DPM(Device Policy Management) framework is to support enterprise applications. The device policy API supports the policies listed in the below, and application can subscribe to those policies from events.
Policy List
Wifi | WifiPolicyChanged | Specifies wether the use of Wi-Fi is allowed or not |
WifiHotspot | WifiHotspotChanged | Specifies whether the use of Wi-Fi hotspot is allowed or not |
Bluetooth | BluetoothPolicyChanged | Specifies whether the use of bluetooth is allowed or not |
Camera | CameraPolicyChanged | Specifies whether the use of camera is allowed or not |
Microphone | MicrophonePolicyChanged | Specifies whether the use of microphone is allowed or not |
Location | LocationPolicyChanged | Specifies whether the use of GPS is allowed or not |
ExternalStorage | ExternalStoragePolicyChanged | Specifies whether the use of external storage is allowed or not |
Messaging | MessagingPolicyChanged | Specifies whether the use of text messaging is allowed or not |
PopImapEmail | PopImapPolicyChanged | Specifies whether the use of POP/IMAP Email is allowed or not |
Browser | BrowserPolicyChanged | Specifies whether the use of browser is allowed or not |
BluetoothTethering | BluetoothTetheringPolicyChanged | Specifies whether the use of bluetooth tethering is allowed or not |
UsbTethering | UsbTetheringPolicyChanged | Specifies whether the use of usb tethering is allowed or not |
Classes
BluetoothPolicy
The BluetoothPolicy provides methods to manage Bluetooth policies.
BrowserPolicy
The BrowserPolicy provides methods to manage browser policies.
DevicePolicy
The abstract class for Policy instances.
DevicePolicyManager
The DevicePolicyManager provides the methods to create handle for device policy.
EmailPolicy
The EmailPolicy provides methods to manage email policies.
LocationPolicy
The LocationPolicy provides methods to manage location policies.
MediaPolicy
The MediaPolicy provides methods to manage media policies.
PasswordPolicy
The PasswordPolicy provides methods to manage password policies.
PolicyChangedEventArgs
An extended EventArgs class contains the changed dpm policy state.
StoragePolicy
The StoragePolicy provides methods to manage storage policies.
TelephonyPolicy
The TelephonyPolicy provides methods to manage telephony policies.
UsbPolicy
The UsbPolicy provides methods to manage usb policies.
WifiPolicy
The WifiPolicy provides methods to manage wifi policies.
Enums
PasswordQuality
Enumeration for dpm password quality type