Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.IsTimestampedXL

TElCAdESSignatureProcessor     See also     


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


Checks if the signature conforms with CAdES-X Long, and is timestamped.

Declaration

[C#]
    bool IsTimestampedXL();
    bool IsTimestampedXL(bool DeepCheck);

[VB.NET]
    Function IsTimestampedXL() As Boolean
    Function IsTimestampedXL(ByVal DeepCheck As Boolean) As Boolean

[Pascal]
    function IsTimestampedXL() : boolean;
    function IsTimestampedXL(DeepCheck : boolean) : boolean;

[C++]
    bool IsTimestampedXL();
    bool IsTimestampedXL(bool DeepCheck);

[PHP]
    bool IsTimestampedXL()
    bool IsTimestampedXL(bool $DeepCheck)

[Java]
    boolean isTimestampedXL();
    boolean isTimestampedXL(boolean DeepCheck);

Parameters

  • DeepCheck -

Return value

    Returns True if the signature conforms with CAdES-X-L and is timestamped, and False otherwise.

Description

    Call this method to check if the signature conforms with CAdES eXtended Long format and is timestamped (conforms with CAdES-T).

See also:     CreateXL     UpgradeToXL     CompatibilityErrors     Signature    

Discuss this help topic in SecureBlackbox Forum