The properties of System.Security.Cryptography.Pkcs.CmsRecipientCollection are listed below. For a list of all members, see the CmsRecipientCollection Members list.
See Also: Inherited members from System.Object
| [read-only] | Count | int.
The CmsRecipientCollection.Count property retrieves the number of items in the System.Security.Cryptography.Pkcs.CmsRecipientCollection collection. |
| [read-only] | IsSynchronized | bool.
The CmsRecipientCollection.IsSynchronized property retrieves whether access to the collection is synchronized, or thread safe. This property always returns false, which means that the collection is not thread safe. |
| [read-only] default property | Item(int) | CmsRecipient. Documentation for this section has not yet been entered. |
| [read-only] | SyncRoot | object.
The CmsRecipientCollection.SyncRoot property retrieves an object object used to synchronize access to the System.Security.Cryptography.Pkcs.CmsRecipientCollection collection. |