Freigeben über


XmlDsigExcC14NWithCommentsTransform Constructor (String)

Initializes a new instance of the XmlDsigExcC14NWithCommentsTransform class with an InclusiveNamespaces PrefixList.

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

Usage

'Usage
Dim inclusiveNamespacesPrefixList As String
Dim xmlDsigExcC14NWithCommentsTransform1 As New XmlDsigExcC14NWithCommentsTransform(inclusiveNamespacesPrefixList)

Syntax

'Declaration
Public Sub New( _
    ByVal inclusiveNamespacesPrefixList As String _
)
public XmlDsigExcC14NWithCommentsTransform(
    string inclusiveNamespacesPrefixList
);
public:
XmlDsigExcC14NWithCommentsTransform(
    String^ inclusiveNamespacesPrefixList
);
public XmlDsigExcC14NWithCommentsTransform(
    System.String inclusiveNamespacesPrefixList
);
public function XmlDsigExcC14NWithCommentsTransform(
     inclusiveNamespacesPrefixList : String
);

Parameters

  • inclusiveNamespacesPrefixList
    A string containing a list of namespace prefixes and/or a token indicating the presence of the default namespace. All namespace nodes appearing on this list are handled as provided in Canonical XML.

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

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