LEADTOOLS Medical (Leadtools.Ccow assembly)

VerifySignature Method

Show in webframe





The data to verify.
The signature of the data.
Verifies the signature.
Syntax
public bool VerifySignature( 
   byte[] data,
   byte[] signature
)
'Declaration
 
Public Function VerifySignature( _
   ByVal data() As Byte, _
   ByVal signature() As Byte _
) As Boolean
'Usage
 
Dim instance As KeyContainer
Dim data() As Byte
Dim signature() As Byte
Dim value As Boolean
 
value = instance.VerifySignature(data, signature)

            

            
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

See Also

Reference

KeyContainer Class
KeyContainer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.