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!

AsymmetricKeyExDeformatter.DecryptKeyExchange

[To be supplied.]

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

Parameters

rgb
[To be supplied.]

See Also

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