←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly