1 instantiation of MLDsaOpenSsl
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
618return new MLDsaOpenSsl(_privateKey);
4 references to MLDsaOpenSsl
System.Net.Security (2)
System\Net\Security\SslStreamCertificateContext.Linux.cs (2)
86using (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)
717if (privateKey is MLDsaOpenSsl implOpenSsl)