<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.0-beta.106" />

PrfAlgorithm

public abstract class PrfAlgorithm
RFC 5246
public const int ssl_prf_legacy = 0

public const int tls_prf_gostr3411_2012_256 = 8

public const int tls_prf_legacy = 1

public const int tls_prf_sha256 = 2

public const int tls_prf_sha384 = 3

public const int tls13_hkdf_sha256 = 4

public const int tls13_hkdf_sha384 = 5

public const int tls13_hkdf_sm3 = 7

protected PrfAlgorithm()

public static string GetName(int prfAlgorithm)

public static string GetText(int prfAlgorithm)