1 instantiation of LockoutOptions
Microsoft.Extensions.Identity.Core (1)
IdentityOptions.cs (1)
41public LockoutOptions Lockout { get; set; } = new LockoutOptions();
3 references to LockoutOptions
Microsoft.Extensions.Identity.Core (3)
IdentityOptions.cs (3)
36/// Gets or sets the <see cref="LockoutOptions"/> for the identity system. 39/// The <see cref="LockoutOptions"/> for the identity system. 41public LockoutOptions Lockout { get; set; } = new LockoutOptions();