ProvisionPolicy

ProvisionPolicy class

Specifies a security policy.

public class ProvisionPolicy

Constructors

Name Description
ProvisionPolicy() The default constructor.

Properties

Name Description
Data { get; set; } Specifies the settings for a policy. Used in the Policy responses only. It is not present in responses to acknowledgment requests.
PolicyKey { get; set; } PolicyKey is used by the server to mark the state of policy settings on the client in the settings download phase of the Provision command. The PolicyKey is an element of type string with a maximum of 64 characters. The value of the PolicyKey SHOULD be a string representation of a 32-bit unsigned integer.
PolicyType { get; set; } Specifies the format in which the policy settings are to be provided to the client device.
Status { get; set; } Indicates the result of the operation.

See Also