2 references to GetDSAPrivateKey
PresentationUI (1)
MS\Internal\Documents\DocumentSignatureManager.cs (1)
491
using (DSA dsa = x509Certificate2.
GetDSAPrivateKey
())
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
85
return (T?)(object?)certificate.
GetDSAPrivateKey
();