IdentityOptions.Lockout プロパティ

定義

ID システムの を 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 ID システムの 。

適用対象