Microsoft.AspNetCore.Cryptography.KeyDerivation by Microsoft

<PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="3.1.9" />

 KeyDerivationPrf

public enum KeyDerivationPrf
Specifies the PRF which should be used for the key derivation algorithm.

The HMAC algorithm (RFC 2104) using the SHA-1 hash function (FIPS 180-4).

The HMAC algorithm (RFC 2104) using the SHA-256 hash function (FIPS 180-4).

The HMAC algorithm (RFC 2104) using the SHA-512 hash function (FIPS 180-4).