AbstractTlsSecret
Base class for a TlsSecret implementation which captures common code and fields.
Base constructor.
public abstract TlsSecret DeriveUsingPrf(int prfAlgorithm, ReadOnlySpan<char> label, ReadOnlySpan<byte> seed, int length)