System.Security.Cryptography.Xml.SignedXml.SignedInfo Property

Gets the System.Security.Cryptography.Xml.SignedInfo object of the current System.Security.Cryptography.Xml.SignedXml object.

Syntax

public SignedInfo SignedInfo { get; }

Value

a System.Security.Cryptography.Xml.SignedInfo

Remarks

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/.

Requirements

Namespace: System.Security.Cryptography.Xml
Assembly: System.Security (in System.Security.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0