.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Crypt Class Summary

Crypt::VerifySignature

Verify memory data against a digital signature. Returns True if the data was verified to be unaltered. Returns false if the data was altered, or if the signature could not be verified for other reasons.

  Declarations  
    [Visual Basic]
Public Function VerifySignature(ByVal inData() As Byte , ByVal signature() As Byte) As Boolean

[C#]
public bool VerifySignature(byte[] inData , byte[] signature);

[C++]
public bool VerifySignature(unsigned char __gc[] inData , unsigned char __gc[] signature);

[JScript]
public function VerifySignature(Byte[] inData , Byte[] signature) : Boolean
 
  Parameters  
   
inData
Memory data to be verified
signature
A byte array that is the detached signature.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.