RSAOAEPKeyExchangeDeformatter Class
Decrypts Optimal Asymmetric Encryption Padding (OAEP) key exchange data.
For a list of all members of this type, see RSAOAEPKeyExchangeDeformatter Members.
System.Object
System.Security.Cryptography.AsymmetricKeyExchangeDeformatter
System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter
[Visual Basic] Public Class RSAOAEPKeyExchangeDeformatter Inherits AsymmetricKeyExchangeDeformatter [C#] public class RSAOAEPKeyExchangeDeformatter : AsymmetricKeyExchangeDeformatter [C++] public __gc class RSAOAEPKeyExchangeDeformatter : public AsymmetricKeyExchangeDeformatter [JScript] public class RSAOAEPKeyExchangeDeformatter extends AsymmetricKeyExchangeDeformatter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
Key exchange allows a sender to create secret information, for example, random data that can be used as a key in a symmetric encryption algorithm, and use encryption to send it to the intended recipient.
Use RSAOAEPKeyExchangeFormatter to create the key exchange message with the RSA algorithm.
CAUTION It is highly recommended that you not attempt to create your own key exchange method from the basic functionality provided, because many details of the operation must be performed carefully in order for the key exchange to be successful.
Requirements
Namespace: System.Security.Cryptography
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
RSAOAEPKeyExchangeDeformatter Members | System.Security.Cryptography Namespace | Cryptographic Services