Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.ValidateAllSignatures

TElASiCContainer     See also     


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


Validates all signatures in the ASiC container.

Declaration

[C#]
    void ValidateAllSignatures(bool CheckHashes);

[VB.NET]
    Sub ValidateAllSignatures(ByVal CheckHashes As Boolean)

[Pascal]
    procedure ValidateAllSignatures(CheckHashes : boolean);

[C++]
    not available

[PHP]
    void ValidateAllSignatures(bool $CheckHashes)

[Java]
    void validateAllSignatures(boolean CheckHashes);

Parameters

  • CheckHashes - specifies whether to validate the signature hashes.

Description

Use this method to validate all signature in the ASiC container.

See also:     Validate    

Discuss this help topic in SecureBlackbox Forum