Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.IsX

TElCAdESSignatureProcessor     See also     


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


Checks if the signature conforms with CAdES-X.

Declaration

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

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

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

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

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

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

Parameters

  • DeepCheck -

Return value

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

Description

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

See also:     CreateX     UpgradeToX     CompatibilityErrors     Signature    

Discuss this help topic in SecureBlackbox Forum