Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.CanUpgradeToT

TElCAdESSignatureProcessor     See also     


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


Checks if the signature can be upgraded to CAdES-T.

Declaration

[C#]
    bool CanUpgradeToT();

[VB.NET]
    Function CanUpgradeToT() As Boolean

[Pascal]
    function CanUpgradeToT() : boolean;

[C++]
    bool CanUpgradeToT();

[PHP]
    bool CanUpgradeToT()

[Java]
    boolean canUpgradeToT();

Return value

    Returns True if the signature can be upgraded to CAdES-T, and False otherwise.

Description

    Use this method to check if the signature can be upgraded to CAdES-T (timestamp). Only BES and EPES signatures can be upgraded to CAdES-T.

See also:     CreateT     UpgradeToT     Signature    

Discuss this help topic in SecureBlackbox Forum