SignedInfo Class
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 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.