EasClientSecurityPolicy.MaxPasswordFailedAttempts 属性

定义

注意

easClientSecurityPolicy 在Windows 10后可能无法用于发布。

获取或设置登录的最大失败密码尝试次数。 MS-ASPROV 名称为 MaxDevicePasswordFailedAttempts。

MaxPasswordFailedAttempts 属性由 MS-ASPROV DevicePasswordEnabled 策略取代。 如果调用方收到等于 FALSE 的 DevicePasswordEnabled,请不要为评估或应用程序设置 MaxPasswordFailedAttempts 属性。 如果调用方收到等于 TRUE 的 DevicePasswordEnabled,则可以为评估或应用程序设置 MaxPasswordFailedAttempts 属性。

public:
 property byte MaxPasswordFailedAttempts { byte get(); void set(byte value); };
byte MaxPasswordFailedAttempts();

void MaxPasswordFailedAttempts(byte value);
public byte MaxPasswordFailedAttempts { get; set; }
var byte = easClientSecurityPolicy.maxPasswordFailedAttempts;
easClientSecurityPolicy.maxPasswordFailedAttempts = byte;
Public Property MaxPasswordFailedAttempts As Byte

属性值

Byte

byte

范围介于 4 和 16 之间。

适用于