3 references to GetDSAPrivateKey
PresentationUI (1)
MS\Internal\Documents\DocumentSignatureManager.cs (1)
493using (DSA dsa = x509Certificate2.GetDSAPrivateKey())
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
85return (T?)(object?)certificate.GetDSAPrivateKey();
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
65_privateKey = _certificate.GetDSAPrivateKey();