4 instantiations of DSACryptoServiceProvider
System.Security.Cryptography (3)
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\X509Certificates\X509Pal.Windows.PublicKey.cs (1)
64var dsa = new DSACryptoServiceProvider();
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
183return (T)(object)new DSACryptoServiceProvider(cspParams);
7 references to DSACryptoServiceProvider
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
876[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSACryptoServiceProvider))]
netstandard (1)
netstandard.cs (1)
1867[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSACryptoServiceProvider))]
System.Security.Cryptography (4)
System\Security\Cryptography\CryptoConfig.cs (1)
137Type DSACryptoServiceProviderType = typeof(DSACryptoServiceProvider);
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (2)
122DSACryptoServiceProvider? dsaCsp = dsa as DSACryptoServiceProvider;
System\Security\Cryptography\X509Certificates\X509Pal.Windows.PublicKey.cs (1)
64var dsa = new DSACryptoServiceProvider();
System.Security.Cryptography.Csp (1)
System.Security.Cryptography.Csp.cs (1)
9[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSACryptoServiceProvider))]