System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter
namespace System.Security.Cryptography
{
public class RSAOAEPKeyExchangeDeformatter : AsymmetricKeyExchangeDeformatter
{
public RSAOAEPKeyExchangeDeformatter();
public RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm key);
}
}