Class DevicePolicyManager

Definition

Namespace:
Tizen.Security.DevicePolicyManager
Assembly:
Tizen.Security.DevicePolicyManager.dll

The DevicePolicyManager provides the methods to create handle for device policy.

C#
Copy
[Obsolete("Deprecated since API level 11.")] public class DevicePolicyManager : IDisposable
Inheritance
object
DevicePolicyManager
Implements
System.IDisposable

Constructors

View Source

DevicePolicyManager()

A constructor of DevicePolicyManager that creates handle.

Declaration
C#
Copy
[Obsolete("Deprecated since API level 11.")] public DevicePolicyManager()
Exceptions
Type Condition
System.InvalidOperationException

Thrown when connection refused or a memory error occurred.

Methods

View Source

Dispose()

Releases any unmanaged resources used by this object.

Declaration
C#
Copy
[Obsolete("Deprecated since API level 11.")] public void Dispose()
View Source

Dispose(bool)

Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.

Declaration
C#
Copy
[Obsolete("Deprecated since API level 11.")] protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
bool disposing

If true, disposes any disposable objects. If false, does not dispose disposable objects.

View Source

~DevicePolicyManager()

A Destructor of DevicePolicyManager.

Declaration
C#
Copy
[Obsolete("Deprecated since API level 11.")] protected ~DevicePolicyManager()
View Source

GetPolicy<T>()

Method to creates an instance of Device Policy.

Declaration
C#
Copy
[Obsolete("Deprecated since API level 11.")] public T GetPolicy<T>() where T : DevicePolicy
Returns
Type Description
T

An instance of policy.

Type Parameters
Name Description
T

The generic type to create.

Exceptions
Type Condition
System.InvalidOperationException

Thrown when failed to create instance of the policy.

Implements

System.IDisposable