Instantiates an instance of NehtaSignedXml.

Namespace: Nehta.VendorLibrary.Common
Assembly: Nehta.VendorLibrary.Common (in Nehta.VendorLibrary.Common.dll) Version: 3.0.2.0 (1.0.0.0)

Syntax

C#
public NehtaSignedXml(
	XmlDocument document
)
Visual Basic
Public Sub New ( _
	document As XmlDocument _
)
Visual C++
public:
NehtaSignedXml(
	XmlDocument^ document
)

Parameters

document
Type: System.Xml..::..XmlDocument
The xml document with which to create the NehtaSignedXml instance.

See Also