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

[To be supplied.]

[Visual Basic]
Overloads MustOverride Public Function CreateKeyExchange( _
   ByVal data() As Byte _
) As Byte ()
[C#]
public abstract byte[] CreateKeyExchange(
   byte[] data
);
[C++]
public: virtual unsigned char* CreateKeyExchange(
   unsigned char* data[]
) [] = 0;
[JScript]
public abstract function CreateKeyExchange(
   data : Byte[]
) : Byte[];

Parameters

data
[To be supplied.]

See Also

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