System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter
namespace System.Security.Cryptography
{
public class RSAPKCS1KeyExchangeFormatter : AsymmetricKeyExchangeFormatter
{
public RandomNumberGenerator Rng { get; set; }
public RSAPKCS1KeyExchangeFormatter();
public RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm key);
}
}