Discuss this help topic in SecureBlackbox Forum

TElXAdESVerifier.UpgradeToXAdESv141

TElXAdESVerifier     See also     


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


Upgrades the electronic signature to XAdES version 1.4.1.

Declaration

[C#]
    void UpgradeToXAdESv141();

[VB.NET]
    Sub UpgradeToXAdESv141()

[Pascal]
    procedure UpgradeToXAdESv141;

[C++]
    void UpgradeToXAdESv141();

[PHP]
    void UpgradeToXAdESv141()

[Java]
    void upgradeToXAdESv141();

Description

    Call this method to upgrade the signature to XAdES version 1.4.1. The upgrade is only possible if current version is 1.3.2 or higher.

See also:     XAdESVersion    

Discuss this help topic in SecureBlackbox Forum