Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.IsBES

TElCAdESSignatureProcessor     See also     


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


Checks if the signature conforms with CAdES-BES.

Declaration

[C#]
    bool IsBES();

[VB.NET]
    Function IsBES() As Boolean

[Pascal]
    function IsBES() : boolean;

[C++]
    bool IsBES();

[PHP]
    bool IsBES()

[Java]
    boolean isBES();

Return value

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

Description

    Call this method to check all default CAdES-BES signature attributes.

See also:     CreateBES     CompatibilityErrors     Signature    

Discuss this help topic in SecureBlackbox Forum