Partager via


XmlDsigXPathTransform.GetInnerXml Method

Returns an XML that represents the transform-specific content to be included in an XMLDSIG <Transform> element.

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

Usage

'Usage
Public Class xmlDsigXPathTransformImplementation
    Inherits XmlDsigXPathTransform
        Protected Overrides Function GetInnerXml()
            MyBase.GetInnerXml()
        End Function
End Class

Syntax

'Declaration
Protected Overrides Function GetInnerXml() As XmlNodeList
protected override XmlNodeList GetInnerXml();
protected:
virtual XmlNodeList^ GetInnerXml() override;
protected override XmlNodeList GetInnerXml();
protected override function GetInnerXml() : XmlNodeList;

Return Value

An XmlNodeList that represents the transform-specific content needed to describe the current XmlDsigXPathTransform in an <Transform> element.

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

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