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.SignValue

[To be supplied.]

[Visual Basic]
Public Function SignValue( _
   ByVal rgb() As Byte, _
   ByVal str As String _
) As Byte ()
[C#]
public byte[] SignValue(
   byte[] rgb,
   string str
);
[C++]
public: unsigned char* SignValue(
   unsigned char* rgb[],
   String* str
) [];
[JScript]
public function SignValue(
   rgb : Byte[],
   str : String
) : Byte[];

Parameters

rgb
[To be supplied.]
str
[To be supplied.]

See Also

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