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)
154
using (new
DSACryptoServiceProvider
(cspParameters))
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (1)
40
return new
DSACryptoServiceProvider
(csp);
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
183
return (T)(object)new
DSACryptoServiceProvider
(cspParams);