XmlDsigExcC14NTransform Constructor (String)
Initializes a new instance of the XmlDsigExcC14NTransform class with an InclusiveNamespaces PrefixList.
Namespace: Microsoft.Web.Services2.Security.Xml
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)
Usage
'Usage
Dim inclusiveNamespacesPrefixList As String
Dim xmlDsigExcC14NTransform1 As New XmlDsigExcC14NTransform(inclusiveNamespacesPrefixList)
Syntax
'Declaration
Public Sub New( _
ByVal inclusiveNamespacesPrefixList As String _
)
public XmlDsigExcC14NTransform(
string inclusiveNamespacesPrefixList
);
public: XmlDsigExcC14NTransform(
String^ inclusiveNamespacesPrefixList
);
public XmlDsigExcC14NTransform(
System.String inclusiveNamespacesPrefixList
);
public function XmlDsigExcC14NTransform(
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 Longhorn, and Windows 2000
Target Platforms
Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone
See Also
Reference
XmlDsigExcC14NTransform Class
Microsoft.Web.Services2.Security.Xml Namespace