2 instantiations of SlhDsaOpenSsl
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslExportProvider.cs (1)
61
using (SlhDsaOpenSsl slhDsa = new
SlhDsaOpenSsl
(privateKey))
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
638
return new
SlhDsaOpenSsl
(_privateKey);
5 references to SlhDsaOpenSsl
System.Net.Security (2)
System\Net\Security\SslStreamCertificateContext.Linux.cs (2)
97
using (
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)
61
using (
SlhDsaOpenSsl
slhDsa = new SlhDsaOpenSsl(privateKey))
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
751
if (privateKey is
SlhDsaOpenSsl
implOpenSsl)