4 references to DESCryptoServiceProvider
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
874[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DESCryptoServiceProvider))]
netstandard (1)
netstandard.cs (1)
1865[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DESCryptoServiceProvider))]
System.Security.Cryptography (1)
System\Security\Cryptography\CryptoConfig.cs (1)
132Type DESCryptoServiceProviderType = typeof(DESCryptoServiceProvider);
System.Security.Cryptography.Csp (1)
System.Security.Cryptography.Csp.cs (1)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DESCryptoServiceProvider))]