Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.Validate

TElASiCContainer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Validates the specified signature in the container.

Declaration

[C#]
    TSBASiCSignatureValidity Validate(TElASiCSignature Signature, bool CheckHashes);

[VB.NET]
    Function Validate(ByVal Signature As TElASiCSignature, ByVal CheckHashes As Boolean) As TSBASiCSignatureValidity

[Pascal]
    function Validate(Signature : TElASiCSignature; CheckHashes : boolean) : TSBASiCSignatureValidity;

[C++]
    not available

[PHP]
    integer Validate(TElASiCSignature $Signature, bool $CheckHashes)

[Java]
    TSBASiCSignatureValidity validate(TElASiCSignature Signature, boolean CheckHashes);

Parameters

  • Signature - specifies the signature to be validated.
  • CheckHashes - specifies whether to check signature's hash.

Values

Return value

Returns the validation result.

Description

Use this method to validate the specified signature in the container.

See also:     ValidateAllSignatures    

Discuss this help topic in SecureBlackbox Forum