A child of SignedXml with an overridden GetIdElement function which searches for elements by "xml:id" attribute instead of "id".

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

Syntax

C#
public class NehtaSignedXml : SignedXml
Visual Basic
Public Class NehtaSignedXml _
	Inherits SignedXml
Visual C++
public ref class NehtaSignedXml : public SignedXml

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography.Xml..::..SignedXml
    Nehta.VendorLibrary.Common..::..NehtaSignedXml

See Also