共用方式為


EasClientSecurityPolicy.MaxPasswordFailedAttempts 屬性

定義

注意

Windows 10之後,EasClientSecurityPolicy可能無法用於版本。

取得或設定登入失敗密碼嘗試的數目上限。 MS-ASPROV 名稱為 MaxDevicePasswordFailedAttempts。

MS-ASPROV DevicePasswordEnabled 原則會取代 MaxPasswordFailedAttempts 屬性。 如果呼叫端收到 DevicePasswordEnabled 等於 FALSE,請勿設定評估或應用程式的 MaxPasswordFailedAttempts 屬性。 如果呼叫端收到 DevicePasswordEnabled 等於 TRUE,您可以為評估或應用程式設定 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 之間。

適用於