4 references to GetSlhDsaPrivateKey
Microsoft.Bcl.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509CertificateKeyAccessors.cs (1)
155
certificate.
GetSlhDsaPrivateKey
();
System.Net.Security (1)
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
97
using (SlhDsaOpenSsl? slhDsa = (SlhDsaOpenSsl?)target.
GetSlhDsaPrivateKey
())
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
209
SlhDsa? slhdsa = issuerCertificate.
GetSlhDsaPrivateKey
();
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
88
return (T?)(object?)certificate.
GetSlhDsaPrivateKey
();