[Missing <summary> documentation for "T:Ipswitch.Messaging.Framework.EasProvisionPolicy"]
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkEasProvisionPolicy
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The EasProvisionPolicy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EasProvisionPolicy | Initializes a new instance of the EasProvisionPolicy class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AllowBluetooth | |
![]() | AllowBrowser | |
![]() | AllowCamera | |
![]() | AllowConsumerEmail | |
![]() | AllowDesktopSync | |
![]() | AllowHTMLEmail | |
![]() | AllowInternetSharing | |
![]() | AllowIrDA | |
![]() | AllowNonProvisionableDevices |
Allow devices access that fail provisioning
|
![]() | AllowPOPIMAPEmail | |
![]() | AllowRemoteDesktop | |
![]() | AllowSimpleDevicePassword | |
![]() | AllowSMIMEEncryptionAlgorithmNegotiation | |
![]() | AllowSMIMESoftCerts | |
![]() | AllowStorageCard | |
![]() | AllowTextMessaging | |
![]() | AllowUnsignedApplications | |
![]() | AllowUnsignedInstallationPackages | |
![]() | AllowWifi | |
![]() | AlphanumericDevicePasswordRequired | |
![]() | ApprovedApplicationList | |
![]() | AttachmentsEnabled | |
![]() | DevicePasswordEnabled |
The DevicePasswordEnabled element is an optional child element of type boolean ([MS-ASDTYPE] section 2.1) of the EASProvisionDoc element (section 2.2.2.27) that specifies whether a device requires a password.
|
![]() | DevicePasswordExpiration |
The DevicePasswordExpiration element is an optional child element of type unsignedInt of the EASProvisionDoc element (section 2.2.2.27) that specifies the maximum number of days until a password expires.
0 = Passwords do not expire.
>0 = Passwords expire in the specified maximum number of days.
|
![]() | DevicePasswordHistory |
The DevicePasswordHistory element is an optional child element of type unsignedInt of the EASProvisionDoc element (section 2.2.2.27) that specifies the minimum number of previously used passwords stored to prevent reuse on the client
0 = Storage of previously used passwords is not required.
>0 = The minimum number of previously used passwords to be stored.
|
![]() | Id | |
![]() | MaxAttachmentSize | |
![]() | MaxCalendarAgeFilter | |
![]() | MaxDevicePasswordFailedAttempts |
The MaxDevicePasswordFailedAttempts element is an optional child element of type unsignedByte ([MS-ASDTYPE] section 2.7) of the EASProvisionDoc element (section 2.2.2.27) that specifies the maximum number of failed password logon attempts that are permitted. The device SHOULD perform a local wipe or enter a timed lock out mode if the maximum number of failed password logon attempts is reached.
The MaxDevicePasswordFailedAttempts element can be empty or have a value in the range from 4 through 16.
|
![]() | MaxEmailAgeFilter | |
![]() | MaxEmailBodyTruncationSize |
The truncation size for plain text–formatted email.
-1 = No truncation.
0 = Truncate only the header.
>0 = Truncate the email body to the specified size.
|
![]() | MaxEmailHTMLBodyTruncationSize |
The truncation size for HTML-formatted email.
-1 = No truncation.
0 = Truncate only the header.
>0 = Truncate the email body to the specified size.
|
![]() | MaxInactivityTimeDeviceLock | |
![]() | MinDevicePasswordComplexCharacters |
Specifies the required level of complexity of the device password.
Valid values for MinDevicePasswordComplexCharacters are 1 to 4.
|
![]() | MinDevicePasswordLength |
Minimum device password length that the user can enter.
The MinDevicePasswordLength element can be empty or have a value no less than 1 and no greater than 16
|
![]() | Name |
Display name of policy
|
![]() | Note |
User notes
|
![]() | PasswordRecoveryEnabled | |
![]() | PolicyKey |
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
|
![]() | RequireDeviceEncryption | |
![]() | RequireEncryptedSMIMEMessages | |
![]() | RequireEncryptionSMIMEAlgorithm |
Specifies the algorithm used when encrypting S/MIME messages
|
![]() | RequireManualSyncWhenRoaming | |
![]() | RequireSignedSMIMEAlgorithm | |
![]() | RequireSignedSMIMEMessages | |
![]() | RequireStorageCardEncryption | |
![]() | UnapprovedInROMApplicationList |
See Also