4 references to RC2CryptoServiceProvider
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
903
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
RC2CryptoServiceProvider
))]
netstandard (1)
netstandard.cs (1)
1907
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
RC2CryptoServiceProvider
))]
System.Security.Cryptography (1)
System\Security\Cryptography\CryptoConfig.cs (1)
134
Type RC2CryptoServiceProviderType = typeof(
RC2CryptoServiceProvider
);
System.Security.Cryptography.Csp (1)
System.Security.Cryptography.Csp.cs (1)
14
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
RC2CryptoServiceProvider
))]