EasClientSecurityPolicy.MinPasswordLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Note
EasClientSecurityPolicy may be unavailable for releases after Windows 10.
Gets or set the minimum length of password allowed. The MS-ASPROV name is MinPasswordLength.
The MinPasswordLength property is superseded by the MS-ASPROV DevicePasswordEnabled policy. If the caller received DevicePasswordEnabled equal to FALSE, do not set the MinPasswordLength property for evaluation or application. If the caller received DevicePasswordEnabled equal to TRUE, you can set the MinPasswordLength property for evaluation or application.
public:
property byte MinPasswordLength { byte get(); void set(byte value); };
byte MinPasswordLength();
void MinPasswordLength(byte value);
public byte MinPasswordLength { get; set; }
var byte = easClientSecurityPolicy.minPasswordLength;
easClientSecurityPolicy.minPasswordLength = byte;
Public Property MinPasswordLength As Byte
Property Value
byte
The range is between 1 and 16.