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_CSP.DecryptValue

[To be supplied.]

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

Parameters

rgb
[To be supplied.]

See Also

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