[To be supplied.]
[Visual Basic] Overloads MustOverride Public Function CreateKeyExchange( _ ByVal data() As Byte, _ ByVal symAlgType As Type _ ) As Byte () [C#] public abstract byte[] CreateKeyExchange( byte[] data, Type symAlgType ); [C++] public: virtual unsigned char* CreateKeyExchange( unsigned char* data[], Type* symAlgType ) [] = 0; [JScript] public abstract function CreateKeyExchange( data : Byte[], symAlgType : Type ) : Byte[];
AsymmetricKeyExFormatter Class | AsymmetricKeyExFormatter Members | System.Security.Cryptography Namespace | AsymmetricKeyExFormatter.CreateKeyExchange Overload List