Gets the System.Security.Cryptography.Xml.SignedInfo object of the current System.Security.Cryptography.Xml.SignedXml object.
a System.Security.Cryptography.Xml.SignedInfo
The SignedXml.SignedInfo property represents the <SignedInfo> element of an XML digital signature using an array of bytes contained within the property. The <SignedInfo> element is a subelement of the <Signature> element.
Use the SignedXml.SignedInfo property to retrieve the System.Security.Cryptography.Xml.SignedInfo object that is used by the System.Security.Cryptography.Xml.SignedXml object to create an XML digital signature.
For more information about the <SignedInfo> element, see the XMLDSIG specification, which is available at www.w3.org/TR/xmldsig-core/.