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