<PackageReference Include="Relativity.ObjectManager" Version="10.1.199.4" />

PasswordProvider

public class PasswordProvider
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; }