System.Security.Cryptography.Xml.EncryptionPropertyCollection
Represents a collection of EncryptionProperty classes used in XML encryption. This class cannot be inherited.
Gets the number of elements contained in the EncryptionPropertyCollection object.
Gets a value that indicates whether the EncryptionPropertyCollection object has a fixed size.
Gets a value that indicates whether the EncryptionPropertyCollection object is read-only.
Gets a value that indicates whether access to the EncryptionPropertyCollection object is synchronized (thread safe).
Gets or sets the EncryptionProperty object at the specified index.
Gets an object that can be used to synchronize access to the EncryptionPropertyCollection object.
public EncryptionPropertyCollection()
Initializes a new instance of the EncryptionPropertyCollection class.
Adds an EncryptionProperty object to the EncryptionPropertyCollection object.
Removes all items from the EncryptionPropertyCollection object.
Determines whether the EncryptionPropertyCollection object contains a specific EncryptionProperty object.
Copies the elements of the EncryptionPropertyCollection object to an array, starting at a particular array index.
Copies the elements of the EncryptionPropertyCollection object to an array of EncryptionProperty objects, starting at a particular array index.
Returns an enumerator that iterates through an EncryptionPropertyCollection object.
Determines the index of a specific item in the EncryptionPropertyCollection object.
Inserts an EncryptionProperty object into the EncryptionPropertyCollection object at the specified position.
Returns the EncryptionProperty object at the specified index.
Removes the first occurrence of a specific EncryptionProperty object from the EncryptionPropertyCollection object.
Removes the EncryptionProperty object at the specified index.