SignedInfo Class
Contains information about the canonicalization algorithm and signature algorithm used for the XML signature.
Assembly: System.Security (in System.Security.dll)
The SignedInfo class represents the <SignedInfo> element of an XML signature defined by the XML digital signature specification. The <SignedInfo> element, which is a subelement of the <Signature> element, contains the canonicalization method used for signing, the algorithm used for signing and validation, and references that describe a digital signature.
For most scenarios, you should use the SignedInfo class available from the SignedInfo property to sign and verify XML digital signatures.
For more information about the <SignedInfo> element, see the World Wide Web Consortium (W3C) specification at www.w3.org/TR/xmldsig-core/.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.