Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.CanUpgradeToXL

TElCAdESSignatureProcessor     See also     


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


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

Declaration

[C#]
    bool CanUpgradeToXL();

[VB.NET]
    Function CanUpgradeToXL() As Boolean

[Pascal]
    function CanUpgradeToXL() : boolean;

[C++]
    bool CanUpgradeToXL();

[PHP]
    bool CanUpgradeToXL()

[Java]
    boolean canUpgradeToXL();

Return value

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

Description

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

See also:     CanUpgradeToXLType1     CanUpgradeToXLType2     CreateXL     UpgradeToXL     Signature    

Discuss this help topic in SecureBlackbox Forum