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标识系统的 。

适用于