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!

RSA_OAEP_KeyExchange_Formatter.CreateKeyExchange

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Overrides Public Function CreateKeyExchange(Byte()) As Byte ()
[C#] public override byte[] CreateKeyExchange(byte[]);
[C++] public: override unsigned char* CreateKeyExchange(unsigned char*[]) [];
[JScript] public override function CreateKeyExchange(Byte[]) : Byte[];

[To be supplied.]

[Visual Basic] Overloads Overrides Public Function CreateKeyExchange(Byte(), Type) As Byte ()
[C#] public override byte[] CreateKeyExchange(byte[], Type);
[C++] public: override unsigned char* CreateKeyExchange(unsigned char*[], Type) [];
[JScript] public override function CreateKeyExchange(Byte[], Type) : Byte[];

See Also

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