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 (Byte[])

[To be supplied.]

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

Parameters

rgbData
[To be supplied.]

See Also

RSA_OAEP_KeyExchange_Formatter Class | RSA_OAEP_KeyExchange_Formatter Members | System.Security.Cryptography Namespace | RSA_OAEP_KeyExchange_Formatter.CreateKeyExchange Overload List