PasswordProvider public class PasswordProvider Documentation public int AdditionalWorkFactor { get; set; } public bool AllowEmailPasswordRecovery { get; set; } public bool IsEnabled { get; set; } public int MaximumInvalidLoginAttempts { get; set; } public int MaximumPasswordAgeInDaysDefaultValue { get; set; } public int MaximumPasswordHistory { get; set; } public int MaximumPasswordLength { get; set; } public int MinimumPasswordLength { get; set; } public string Name { get; set; } public int PasswordRecoveryRequestLimit { get; set; } public bool UsersCanChangePasswordDefaultValue { get; set; } public PasswordProvider()