NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AsymmetricKeyExFormatter.CreateKeyExchange

[To be supplied.]

Overload List

[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[];

See Also

AsymmetricKeyExFormatter Class | AsymmetricKeyExFormatter Members | System.Security.Cryptography Namespace