EnvelopedSignatureWriter.WriteStartElement(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.