System.Security.Cryptography.Xml.Signature.ObjectList Property

Gets or sets a list of objects to be signed.

Syntax

public IList ObjectList { get; set; }

Value

a IList

Remarks

The Signature.ObjectList property uses a collection of System.Security.Cryptography.Xml.DataObject objects to represent the <Object> tag of an XML digital signature.

You can also add a System.Security.Cryptography.Xml.DataObject to this collection using the Signature.AddObject(DataObject) method.

For more information about XML digital signatures, see the W3C specification 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