Mono Class Library: System.Security.Cryptography Namespace

System.Security.Cryptography.RSAOAEPKeyExchangeFormatter Class

An asymmetric formater (encrypt) for key exchange executed with the Optimal Asymmetric Encryption Padding (OAEP). [Edit]

See Also: RSAOAEPKeyExchangeFormatter Members

System.Object
     System.Security.Cryptography.AsymmetricKeyExchangeFormatter
          System.Security.Cryptography.RSAOAEPKeyExchangeFormatter

[System.Runtime.InteropServices.ComVisible(true)]
public class RSAOAEPKeyExchangeFormatter : AsymmetricKeyExchangeFormatter

Remarks

Interoperability warning: Microsoft CryptoAPI only supports OAEP since Windows XP.

Key exchange formatters shouldn't be used as a general purpose encryption mechanism for RSA. See the example for RSACryptoServiceProvider.Encrypt for a general encryption method using RSA.

[Edit]

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0