Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.CanUpgradeToC

TElCAdESSignatureProcessor     See also     


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


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

Declaration

[C#]
    bool CanUpgradeToC();

[VB.NET]
    Function CanUpgradeToC() As Boolean

[Pascal]
    function CanUpgradeToC() : boolean;

[C++]
    bool CanUpgradeToC();

[PHP]
    bool CanUpgradeToC()

[Java]
    boolean canUpgradeToC();

Return value

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

Description

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

See also:     CreateC     UpgradeToC     Signature    

Discuss this help topic in SecureBlackbox Forum