LockoutOptions.MaxFailedAccessAttempts 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在使用者鎖定之前允許的失敗存取嘗試次數,假設已啟用鎖定。 預設值為 5。
public:
property int MaxFailedAccessAttempts { int get(); void set(int value); };
public int MaxFailedAccessAttempts { get; set; }
member this.MaxFailedAccessAttempts : int with get, set
Public Property MaxFailedAccessAttempts As Integer
屬性值
如果已啟用鎖定,則會在使用者鎖定之前允許的失敗存取嘗試次數。
備註
在帳戶遭到鎖定之前,預設為 5 次失敗的嘗試。