System.Security.Cryptography.Pkcs.SignerInfoCollection
The SignerInfoCollection class represents a collection of SignerInfo objects. SignerInfoCollection implements the ICollection interface.
The Count property retrieves the number of items in the SignerInfoCollection collection.
The IsSynchronized property retrieves whether access to the collection is synchronized, or thread safe. This property always returns false, which means the collection is not thread safe.
The Item property retrieves the SignerInfo object at the specified index in the collection.
The SyncRoot property retrieves an Object object is used to synchronize access to the SignerInfoCollection collection.
The CopyTo method copies the SignerInfoCollection collection to an array.
The GetEnumerator method returns a SignerInfoEnumerator object for the SignerInfoCollection collection.