<PackageReference Include="Microsoft.Bcl.Cryptography" Version="10.0.11" />

System.Security.Cryptography.SlhDsaCng

public sealed class SlhDsaCng : SlhDsa
Provides a Cryptography Next Generation (CNG) implementation of the Stateless Hash-Based Digital Signature Algorithm (SLH-DSA).
public SlhDsaCng(CngKey key)

Initializes a new instance of the SlhDsaCng class by using the specified CngKey.

public CngKey GetKey()

Gets a new CngKey representing the key used by the current instance.