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