XmlTokenStream Class
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.
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. |