VerifySignature Method

Summary
Verifies the signature.
Syntax
C#
VB
C++
public bool VerifySignature( 
   byte[] data, 
   byte[] signature 
) 
Public Function VerifySignature( _ 
   ByVal data() As Byte, _ 
   ByVal signature() As Byte _ 
) As Boolean 
public: 
bool VerifySignature(  
   array<byte>^ data, 
   array<byte>^ signature 
)  

Parameters

data
The data to verify.

signature
The signature of the data.

Return Value

True if the signature is valid for the data; otherwise it is false.

Requirements

Target Platforms

Help Version 21.0.2021.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.