RSAPKCS1KeyExchangeFormatter.CreateKeyExchange Method
.NET Framework 1.1
Creates the encrypted key exchange data.
Overload List
Creates the encrypted key exchange data from the specified input data.
[Visual Basic] Overloads Overrides Public Function CreateKeyExchange(Byte()) As Byte()
[C#] public override byte[] CreateKeyExchange(byte[]);
[C++] public: unsigned char CreateKeyExchange(unsigned char __gc[]) __gc[];
[JScript] public override function CreateKeyExchange(Byte[]) : Byte[];
Creates the encrypted key exchange data from the specified input data.
[Visual Basic] Overloads Overrides Public Function CreateKeyExchange(Byte(), Type) As Byte()
[C#] public override byte[] CreateKeyExchange(byte[], Type);
[C++] public: unsigned char CreateKeyExchange(unsigned char __gc[], Type*) __gc[];
[JScript] public override function CreateKeyExchange(Byte[], Type) : Byte[];
See Also
RSAPKCS1KeyExchangeFormatter Class | RSAPKCS1KeyExchangeFormatter Members | System.Security.Cryptography Namespace