Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.IsEPES

TElCAdESSignatureProcessor     See also     


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


Checks if the signature conforms with CAdES-EPES.

Declaration

[C#]
    bool IsEPES();

[VB.NET]
    Function IsEPES() As Boolean

[Pascal]
    function IsEPES() : boolean;

[C++]
    bool IsEPES();

[PHP]
    bool IsEPES()

[Java]
    boolean isEPES();

Return value

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

Description

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

See also:     CreateEPES     CompatibilityErrors     Signature    

Discuss this help topic in SecureBlackbox Forum