System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter
namespace System.Security.Cryptography
{
public class RSAPKCS1KeyExchangeDeformatter : AsymmetricKeyExchangeDeformatter
{
public RandomNumberGenerator RNG { get; set; }
public RSAPKCS1KeyExchangeDeformatter();
public RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm key);
}
}