Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.IsT

TElCAdESSignatureProcessor     See also     


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


Checks if the signature conforms with CAdES-T.

Declaration

[C#]
    bool IsT();

[VB.NET]
    Function IsT() As Boolean

[Pascal]
    function IsT() : boolean;

[C++]
    bool IsT();

[PHP]
    bool IsT()

[Java]
    boolean isT();

Return value

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

Description

    Call this method to check all CAdES-T signature attributes.

See also:     CreateT     CompatibilityErrors     Signature    

Discuss this help topic in SecureBlackbox Forum