Discuss this help topic in SecureBlackbox Forum

TElXMLAdESElement Constructor

TElXMLAdESElement     


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


Creates a new instance of TElXMLAdESElement class.

Declaration

[C#]
    TElXMLAdESElement(short AVersion);
    TElXMLAdESElement(short AVersion, string AName);
    TElXMLAdESElement(short AVersion, string AName, bool SupportedV141);

[VB.NET]
    Sub New(ByVal AVersion As Short)
    Sub New(ByVal AVersion As Short, ByVal AName As String)
    Sub New(ByVal AVersion As Short, ByVal AName As String, ByVal SupportedV141 As Boolean)

[Pascal]
    constructor Create (AVersion : TSBXAdESVersion);
    constructor Create (AVersion : TSBXAdESVersion; const AName : XMLString);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElXMLAdESElement();
    public TElXMLAdESElement(short AVersion, String AName, boolean SupportedV141);
    public TElXMLAdESElement(short AVersion, String AName);
    public TElXMLAdESElement(short AVersion);

Parameters

  • AName - Name of the element to be created
  • AVersion - XAdES version
  • SupportedV141 -

Possible versions:

Description

    Call this method to create a new instance of TElXMLAdESElement class.

Discuss this help topic in SecureBlackbox Forum