Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.IsXL

TElCAdESSignatureProcessor     See also     


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


Checks if the signature conforms with CAdES-X Long.

Declaration

[C#]
    bool IsXL();
    bool IsXL(bool DeepCheck);

[VB.NET]
    Function IsXL() As Boolean
    Function IsXL(ByVal DeepCheck As Boolean) As Boolean

[Pascal]
    function IsXL() : boolean;
    function IsXL(DeepCheck : boolean) : boolean;

[C++]
    bool IsXL();
    bool IsXL(bool DeepCheck);

[PHP]
    bool IsXL()
    bool IsXL(bool $DeepCheck)

[Java]
    boolean isXL(boolean DeepCheck);
    boolean isXL();

Parameters

  • DeepCheck -

Return value

    Returns True if the signature conforms with CAdES-X-L, and False otherwise.

Description

    Call this method to check if the signature conforms with CAdES eXtended Long format.

See also:     CreateXL     UpgradeToXL     CompatibilityErrors     Signature    

Discuss this help topic in SecureBlackbox Forum