1 instantiation of MLDsaOpenSsl
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
618
return new
MLDsaOpenSsl
(_privateKey);
4 references to MLDsaOpenSsl
System.Net.Security (2)
System\Net\Security\SslStreamCertificateContext.Linux.cs (2)
86
using (
MLDsaOpenSsl
? mlDsa = (
MLDsaOpenSsl
?)target.GetMLDsaPrivateKey())
System.Security.Cryptography (2)
System\Security\Cryptography\MLDsaOpenSsl.cs (1)
29
/// Initializes a new instance of the <see cref="
MLDsaOpenSsl
" /> class from an existing OpenSSL key
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
717
if (privateKey is
MLDsaOpenSsl
implOpenSsl)