EasClientSecurityPolicy.MaxPasswordFailedAttempts 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
注意
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 之間。