Class DevicePolicyManager

    Definition

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

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

    public class DevicePolicyManager : IDisposable
    Inheritance
    object
    DevicePolicyManager
    Implements
    System.IDisposable

    Constructors

    View Source

    DevicePolicyManager()

    A constructor of DevicePolicyManager that creates handle.

    Declaration
    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
    public void Dispose()
    View Source

    Dispose(bool)

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

    Declaration
    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
    protected ~DevicePolicyManager()
    View Source

    GetPolicy<T>()

    Method to creates an instance of Device Policy.

    Declaration
    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
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX