Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.IsA

TElCAdESSignatureProcessor     See also     


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


Checks if the signature conforms with CAdES-A.

Declaration

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

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

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

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

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

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

Parameters

  • DeepCheck -

Return value

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

Description

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

See also:     CreateC     UpgradeToA     CompatibilityErrors     Signature    

Discuss this help topic in SecureBlackbox Forum