Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.AddCAdESSignature

TElASiCContainer     See also     


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


Adds CAdES signature to the ASiC container.

Declaration

[C#]
    TElASiCCAdESSignature AddCAdESSignature();

[VB.NET]
    Function AddCAdESSignature() As TElASiCCAdESSignature

[Pascal]
    function AddCAdESSignature : TElASiCCAdESSignature;

[C++]
    not available

[PHP]
    TElASiCCAdESSignature AddCAdESSignature()

[Java]
    TElASiCCAdESSignature addCAdESSignature();

Return value

Returns the reference to the newly added signature.

Description

Use this method to add a new CAdES signature to the ASiC container.

See also:     CAdESSignatures     DeleteSignature    

Discuss this help topic in SecureBlackbox Forum