Aracılığıyla paylaş


EnvelopedSignatureWriter.WriteStartElement(String, String, String) Method

Definition

Overrides the base class. Writes the specified start tag and associates it with the given namespace.

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

Parameters

prefix
String

The namespace prefix of the element.

localName
String

The local name of the element.

namespace
String

The namespace URI to associate with the element.

Applies to