Partilhar via


XmlDsigEnvelopedSignatureTransform.AllDescendantNodes Method

Gets all descendant nodes for an XML node.

Namespace: Microsoft.Web.Services3.Security.Xml
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim node As XmlNode
Dim includeComments As Boolean
Dim returnValue As XmlNodeList
Dim xmlDsigEnvelopedSignatureTransform1 As XmlDsigEnvelopedSignatureTransform
returnValue = xmlDsigEnvelopedSignatureTransform1.AllDescendantNodes(node, includeComments)

Syntax

'Declaration
Public Function AllDescendantNodes( _
    ByVal node As XmlNode, _
    ByVal includeComments As Boolean _
) As XmlNodeList
public XmlNodeList AllDescendantNodes(
    XmlNode node, 
    bool includeComments
);
public:
XmlNodeList^ AllDescendantNodes(
    XmlNode^ node,
    bool includeComments
);
public XmlNodeList AllDescendantNodes(
    XmlNode node, 
    boolean includeComments
);
public function AllDescendantNodes(
     node : XmlNode, 
     includeComments : Boolean
) : XmlNodeList;

Parameters

  • node
    The XmlNode to get the descendants from.
  • includeComments
    true to include XML comments; otherwise, false.

Return Value

An XmlNodeList containing all the descendant XML nodes.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

XmlDsigEnvelopedSignatureTransform Class
XmlDsigEnvelopedSignatureTransform Members
Microsoft.Web.Services3.Security.Xml Namespace