AsymmetricKeyExchangeFormatter Class
Assembly: mscorlib (in mscorlib.dll)
'Declaration <ComVisibleAttribute(True)> _ Public MustInherit Class AsymmetricKeyExchangeFormatter 'Usage Dim instance As AsymmetricKeyExchangeFormatter
/** @attribute ComVisibleAttribute(true) */ public abstract class AsymmetricKeyExchangeFormatter
ComVisibleAttribute(true) public abstract class AsymmetricKeyExchangeFormatter
Asymmetric key exchange formatters encrypt key exchange data.
Key exchange allows a sender to create secret information, such as random data that can be used as a key in a symmetric encryption algorithm, and use encryption to send it to the intended recipient.
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. |
System.Security.Cryptography.AsymmetricKeyExchangeFormatter
System.Security.Cryptography.RSAOAEPKeyExchangeFormatter
System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Caution