XmlTokenStream Class

Definition

Maintains a collection of XML nodes obtained when reading signed XML.

public class XmlTokenStream
type XmlTokenStream = class
Public Class XmlTokenStream
Inheritance
XmlTokenStream

Constructors

XmlTokenStream()

Initializes a XmlTokenStream

Methods

Add(XmlNodeType, String)

Adds a XML node to the collection.

AddAttribute(String, String, String, String)

Adds a XML attribute node to the collection

AddElement(String, String, String, Boolean)

Adds a XML element node to the collection

SetElementExclusion(String, String)

Sets the name and namespace of which element to exclude. Normally this is the <Signature> element.

WriteTo(XmlWriter)

Writes the XML nodes into the XmlWriter.

Applies to