Discuss this help topic in SecureBlackbox Forum

TElXMLIssuerSerial Constructor

TElXMLIssuerSerial     


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


Creates an instance of TElXMLIssuerSerial class.

Declaration

[C#]
    TElXMLIssuerSerial();
    TElXMLIssuerSerial(string AName, string ANamespaceURI, string APrefix);

[VB.NET]
    Sub New()
    Sub New(ByVal AName As String, ByVal ANamespaceURI As String, ByVal APrefix As String)

[Pascal]
    constructor Create (const AName, ANamespaceURI, APrefix: XMLString);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElXMLIssuerSerial();
    public TElXMLIssuerSerial(String AName, String ANamespaceURI, String APrefix);

Parameters

  • AName - Name of the element to be created
  • ANamespaceURI - URI (Uniform Resource Identifier) of the the newly created element
  • APrefix - Name of the element to be created

Description

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

Discuss this help topic in SecureBlackbox Forum