System.Security.Cryptography.SP800108HmacCounterKdfImplementationManaged
namespace System.Security.Cryptography
{
internal sealed class SP800108HmacCounterKdfImplementationManaged : System.Security.Cryptography.SP800108HmacCounterKdfImplementationBase
{
public void ReleaseKey();
public SP800108HmacCounterKdfImplementationManaged(ReadOnlySpan<byte> key, HashAlgorithmName hashAlgorithm);
}
}