4 references to DSACryptoServiceProvider
mscorlib (1)
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 (1)
System\Security\Cryptography\CryptoConfig.cs (1)
131
Type DSACryptoServiceProviderType = typeof(
DSACryptoServiceProvider
);
System.Security.Cryptography.Csp (1)
System.Security.Cryptography.Csp.cs (1)
9
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
DSACryptoServiceProvider
))]