2 instantiations of SlhDsaOpenSsl
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslExportProvider.cs (1)
61using (SlhDsaOpenSsl slhDsa = new SlhDsaOpenSsl(privateKey))
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
638return new SlhDsaOpenSsl(_privateKey);
5 references to SlhDsaOpenSsl
System.Net.Security (2)
System\Net\Security\SslStreamCertificateContext.Linux.cs (2)
97using (SlhDsaOpenSsl? slhDsa = (SlhDsaOpenSsl?)target.GetSlhDsaPrivateKey())
System.Security.Cryptography (3)
System\Security\Cryptography\SlhDsaOpenSsl.cs (1)
29/// Initializes a new instance of the <see cref="SlhDsaOpenSsl" /> class from an existing OpenSSL key
System\Security\Cryptography\X509Certificates\OpenSslExportProvider.cs (1)
61using (SlhDsaOpenSsl slhDsa = new SlhDsaOpenSsl(privateKey))
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
751if (privateKey is SlhDsaOpenSsl implOpenSsl)