System.Security.Cryptography.Xml.ReferenceList
Represents the <ReferenceList> element used in XML encryption. This class cannot be inherited.
Gets the number of elements contained in the ReferenceList object.
Gets a value that indicates whether access to the ReferenceList object is synchronized (thread safe).
Gets or sets the DataReference or KeyReference object at the specified index.
Gets an object that can be used to synchronize access to the ReferenceList object.
public ReferenceList()
Initializes a new instance of the ReferenceList class.
Removes all items from the ReferenceList collection.
Determines whether the ReferenceList collection contains a specific DataReference or KeyReference object.
Copies the elements of the ReferenceList object to an array, starting at a specified array index.
Returns an enumerator that iterates through a ReferenceList collection.
Determines the index of a specific item in the ReferenceList collection.
Inserts a DataReference or KeyReference object into the ReferenceList collection at the specified position.
Returns the DataReference or KeyReference object at the specified index.
Removes the first occurrence of a specific DataReference or KeyReference object from the ReferenceList collection.
Removes the DataReference or KeyReference object at the specified index.