XmlDsigExcC14NTransform Constructor (Boolean)
Initializes a new instance of the XmlDsigExcC14NTransform class with comments, if specified.
Namespace: Microsoft.Web.Services2.Security.Xml
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)
Usage
'Usage
Dim includeComments As Boolean
Dim xmlDsigExcC14NTransform1 As New XmlDsigExcC14NTransform(includeComments)
Syntax
'Declaration
Public Sub New( _
ByVal includeComments As Boolean _
)
public XmlDsigExcC14NTransform(
bool includeComments
);
public: XmlDsigExcC14NTransform(
Boolean includeComments
);
public XmlDsigExcC14NTransform(
boolean includeComments
);
public function XmlDsigExcC14NTransform(
includeComments : Boolean
);
Parameters
- includeComments
true to include comments; otherwise, false.
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