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_PKCS1_KeyExchange_Deformatter.DecryptKeyExchange

[To be supplied.]

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

Parameters

rgbIn
[To be supplied.]

See Also

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