2 references to GetMLDsaPrivateKey
System.Net.Security (1)
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
86
using (MLDsaOpenSsl? mlDsa = (MLDsaOpenSsl?)target.
GetMLDsaPrivateKey
())
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
204
MLDsa? mldsa = issuerCertificate.
GetMLDsaPrivateKey
();