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[], Type)

[To be supplied.]

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

Parameters

data
[To be supplied.]
symAlgType
[To be supplied.]

See Also

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