<PackageReference Include="Relativity.Server.Utility.SDK" Version="5000.0.0" />

SaltInfo

public class SaltInfo
A databag for storing information about BCrypt salts.
public enum ErrorStatus

An enumeration of possible reasons a given salt is invalid.

public bool IsValidBCryptSalt

A boolean indicator of the validity of this salt.

public char Revision

The revision of BCrypt a given hash indicates was used.

public int Rounds

The work factor a hash indicates was used.

An enum indicating the reason a salt is invalid.

public int Version

The version of BCrypt a given hash indicates was used.

public SaltInfo()