Share via


EasClientSecurityPolicy.MinPasswordLength Property

Definition

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

byte

The range is between 1 and 16.

Applies to