RecipientInfoCollection Class
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9313)
A collection of RecipientInfo objects.
Syntax
public class RecipientInfoCollection : CryptographicCollection<RecipientInfo>, ICollection, IList<RecipientInfo>, ICollection<RecipientInfo>, IEnumerable<RecipientInfo>, IEnumerableInheritance
RecipientInfoCollection
  Implements
Inherited Members
Constructors
| Name | Description | 
|---|---|
| RecipientInfoCollection() | Creates an empty and read-only instance of RecipientInfoCollection. | 
Properties
| Name | Description | 
|---|---|
| Count | Gets the number of items in the CryptographicCollection. Inherited from CryptographicCollection. | 
| IsSynchronized | Gets a value indicating whether access to the CryptographicCollection is synchronized. Inherited from CryptographicCollection. | 
| SyncRoot | Gets an object that can be used to synchronize access to the CryptographicCollection. Inherited from CryptographicCollection. | 
Methods
| Name | Description | 
|---|---|
| CopyTo(Array, Int32) | Copies the range of elements from the CryptographicCollection to a compatible one-dimensional Array, starting at the specified index of the target array. Inherited from CryptographicCollection. |