EasProvisionPolicyMaxDevicePasswordFailedAttempts Property Ipswitch.Messaging.Framework
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.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public Nullable<byte> MaxDevicePasswordFailedAttempts { get; set; }

Property Value

Type: NullableByte
See Also

Reference