4 references to DSACryptoServiceProvider
System.Security.Cryptography (3)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (1)
27: this(
System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
154using (new DSACryptoServiceProvider(cspParameters))
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (1)
40return new DSACryptoServiceProvider(csp);
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
183return (T)(object)new DSACryptoServiceProvider(cspParams);