<PackageReference Include="Microsoft.Bcl.Cryptography" Version="11.0.0-preview.7.26381.103" />
System.Security.Cryptography.SlhDsaCng
Provides a Cryptography Next Generation (CNG) implementation of the Stateless Hash-Based Digital Signature
Algorithm (SLH-DSA).
namespace System.
Security.
Cryptography
{
public sealed class SlhDsaCng :
SlhDsa
{
public SlhDsaCng(
CngKey key);
public CngKey GetKey();
}
}