RecipientInfoCollection Class
The RecipientInfoCollection class represents a collection of RecipientInfo objects. RecipientInfoCollection implements the ICollection interface.
Assembly: System.Security (in System.Security.dll)
| Name | Description | |
|---|---|---|
![]() | Count | The Count property retrieves the number of items in the RecipientInfoCollection collection. |
![]() | IsSynchronized | 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. |
![]() | Item[Int32] | The Item property retrieves the RecipientInfo object at the specified index in the collection. |
![]() | SyncRoot |
| Name | Description | |
|---|---|---|
![]() | CopyTo(Array^, Int32) | The CopyTo(Array^, Int32) method copies the RecipientInfoCollection collection to an array. |
![]() | CopyTo(array<RecipientInfo^>^, Int32) | The CopyTo(array<RecipientInfo^>^, Int32) method copies the RecipientInfoCollection collection to a RecipientInfo array. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetEnumerator() | The GetEnumerator method returns a RecipientInfoEnumerator object for the RecipientInfoCollection collection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | The IEnumerable::GetEnumerator method returns a RecipientInfoEnumerator object for the RecipientInfoCollection collection. |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
This class does not have a public constructor; therefore, it cannot be publicly instantiated. It is a read-only class accessible from the EnvelopedCms::RecipientInfos property.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



