System.Security.Cryptography.SP800108HmacCounterKdfImplementationBase
namespace System.Security.Cryptography
{
internal abstract class SP800108HmacCounterKdfImplementationBase : IDisposable
{
public abstract void Dispose();
protected SP800108HmacCounterKdfImplementationBase();
}
}