[To be supplied.]
[Visual Basic] Overloads Overrides Public Function CreateKeyExchange( _ ByVal rgbData() As Byte, _ ByVal symAlgType As Type _ ) As Byte () [C#] public override byte[] CreateKeyExchange( byte[] rgbData, Type symAlgType ); [C++] public: override unsigned char* CreateKeyExchange( unsigned char* rgbData[], Type* symAlgType ) []; [JScript] public override function CreateKeyExchange( rgbData : Byte[], symAlgType : Type ) : Byte[];
RSA_PKCS1_KeyExchange_Formatter Class | RSA_PKCS1_KeyExchange_Formatter Members | System.Security.Cryptography Namespace | RSA_PKCS1_KeyExchange_Formatter.CreateKeyExchange Overload List