1 instantiation of PasswordOptions
Microsoft.Extensions.Identity.Core (1)
IdentityOptions.cs (1)
33
public PasswordOptions Password { get; set; } = new
PasswordOptions
();
4 references to PasswordOptions
Microsoft.Extensions.Identity.Core (4)
IdentityOptions.cs (3)
28
/// Gets or sets the <see cref="
PasswordOptions
"/> for the identity system.
31
/// The <see cref="
PasswordOptions
"/> for the identity system.
33
public
PasswordOptions
Password { get; set; } = new PasswordOptions();
PasswordValidator.cs (1)
44
var
options = manager.Options.Password;