Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.CanUpgradeToX

TElCAdESSignatureProcessor     See also     


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


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

Declaration

[C#]
    bool CanUpgradeToX();

[VB.NET]
    Function CanUpgradeToX() As Boolean

[Pascal]
    function CanUpgradeToX() : boolean;

[C++]
    bool CanUpgradeToX();

[PHP]
    bool CanUpgradeToX()

[Java]
    boolean canUpgradeToX();

Return value

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

Description

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

See also:     CanUpgradeToXType1     CanUpgradeToXType2     CreateX     UpgradeToX     Signature    

Discuss this help topic in SecureBlackbox Forum