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

[To be supplied.]

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

Parameters

rgbHash
[To be supplied.]
str
[To be supplied.]
rgbSignature
[To be supplied.]

See Also

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