LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

VerifySignature Method






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( 
   byte[] data,
   byte[] signature
)
 function Leadtools.Ccow.KeyContainer.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KeyContainer Class
KeyContainer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.