MaxDevicePasswordFailedAttempts

EASProvisionDoc.MaxDevicePasswordFailedAttempts property

指定允许的最大失败密码登录尝试次数。 如果达到最大失败密码登录尝试次数,客户端应该执行本地擦除或进入超时锁定模式。 MaxDevicePasswordFailedAttempts 可以为空或具有 4 到 16 范围内的值。 如果属性是null,客户端将此解释为安全策略未设置最大失败密码登录尝试次数。 如果 DevicePasswordEnabled 的值设置为 FALSE,客户端将忽略此属性。

public int? MaxDevicePasswordFailedAttempts { get; set; }

也可以看看