[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;
RSA_CSP Class | RSA_CSP Members | System.Security.Cryptography Namespace