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