SignedInfo Class
Contains information about the canonicalization algorithm and signature algorithm used for the XML signature.
For a list of all members of this type, see SignedInfo Members.
System.Object
System.Security.Cryptography.Xml.SignedInfo
[Visual Basic] Public Class SignedInfo Implements ICollection, IEnumerable [C#] public class SignedInfo : ICollection, IEnumerable [C++] public __gc class SignedInfo : public ICollection, IEnumerable [JScript] public class SignedInfo implements ICollection, IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
This class can contain references as well as an ID number that allows the SignedInfo to be referenced from another location.
For more information about the SignedInfo element, see the W3C specification at www.w3.org/TR/xmldsig-core/.
Requirements
Namespace: System.Security.Cryptography.Xml
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Security (in System.Security.dll)
See Also
SignedInfo Members | System.Security.Cryptography.Xml Namespace