Error processing SSI file
LEADTOOLS Medical (Leadtools.Ccow assembly)

Show in webframe

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( 
   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

Error processing SSI file
Leadtools.Ccow requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features