System.Security.Cryptography.RSAOAEPKeyExchangeFormatter
namespace System.Security.Cryptography
{
public class RSAOAEPKeyExchangeFormatter : AsymmetricKeyExchangeFormatter
{
public byte[] Parameter { get; set; }
public RandomNumberGenerator Rng { get; set; }
public RSAOAEPKeyExchangeFormatter();
public RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm key);
}
}