EnvelopedSignatureWriter.WriteStartElement(String, String, String) Method

Definition

Writes the specified start tag and associates it with the specified namespace.

public:
 override void WriteStartElement(System::String ^ prefix, System::String ^ localName, System::String ^ ns);
public override void WriteStartElement (string prefix, string localName, string ns);
override this.WriteStartElement : string * string * string -> unit
Public Overrides Sub WriteStartElement (prefix As String, localName As String, ns As String)

Parameters

prefix
String

The namespace prefix of the element.

localName
String

The local name of the element. (The name of the element without the prefix.)

ns
String

The namespace URI to associate with the element.

Applies to