4 references to GetMLDsaPrivateKey
Microsoft.Bcl.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509CertificateKeyAccessors.cs (1)
206return certificate.GetMLDsaPrivateKey();
System.Net.Security (1)
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
86using (MLDsaOpenSsl? mlDsa = (MLDsaOpenSsl?)target.GetMLDsaPrivateKey())
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
204MLDsa? mldsa = issuerCertificate.GetMLDsaPrivateKey();
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
88return (T?)(object?)certificate.GetMLDsaPrivateKey();