Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
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 | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.