SignedXml.SignedInfo Property

Definition

Gets the SignedInfo object of the current SignedXml object.

C#
public System.Security.Cryptography.Xml.SignedInfo? SignedInfo { get; }
C#
public System.Security.Cryptography.Xml.SignedInfo SignedInfo { get; }

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.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10