SignedXml.SignedInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the SignedInfo object of the current SignedXml object.
public:
property System::Security::Cryptography::Xml::SignedInfo ^ SignedInfo { System::Security::Cryptography::Xml::SignedInfo ^ get(); };
public System.Security.Cryptography.Xml.SignedInfo? SignedInfo { get; }
public System.Security.Cryptography.Xml.SignedInfo SignedInfo { get; }
member this.SignedInfo : System.Security.Cryptography.Xml.SignedInfo
Public ReadOnly Property SignedInfo As SignedInfo
Property Value
The SignedInfo object of the current SignedXml object.
Remarks
The 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 SignedInfo property to retrieve the SignedInfo object that is used by the SignedXml object to create an XML digital signature.
For more information about the <SignedInfo>
element, see the XMLDSIG specification.