System.Security.Cryptography.RC2CryptoServiceProvider
namespace System.Security.Cryptography
{
public sealed class RC2CryptoServiceProvider : RC2
{
public bool UseSalt { get; set; }
public RC2CryptoServiceProvider();
}
}