IdentityOptions.Lockout 屬性

定義

取得或設定 LockoutOptions 識別系統的 。

public:
 property Microsoft::AspNetCore::Identity::LockoutOptions ^ Lockout { Microsoft::AspNetCore::Identity::LockoutOptions ^ get(); void set(Microsoft::AspNetCore::Identity::LockoutOptions ^ value); };
public Microsoft.AspNetCore.Identity.LockoutOptions Lockout { get; set; }
member this.Lockout : Microsoft.AspNetCore.Identity.LockoutOptions with get, set
Public Property Lockout As LockoutOptions

屬性值

LockoutOptions 分識別系統的 。

適用於