<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.0.0-beta-23225" />

System.Security.Cryptography.Rfc2898DeriveBytes

public int IterationCount { get; set; }

public byte[] Salt { get; set; }

public Rfc2898DeriveBytes(byte[] password, byte[] salt, int iterations)

public Rfc2898DeriveBytes(string password, byte[] salt)

public Rfc2898DeriveBytes(string password, byte[] salt, int iterations)

public Rfc2898DeriveBytes(string password, int saltSize)

public Rfc2898DeriveBytes(string password, int saltSize, int iterations)