System.Security.Cryptography.Pkcs.CmsRecipientCollection Members

The members of System.Security.Cryptography.Pkcs.CmsRecipientCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Public Properties

[read-only]
Countint.

The CmsRecipientCollection.Count property retrieves the number of items in the System.Security.Cryptography.Pkcs.CmsRecipientCollection collection.

[read-only]
IsSynchronizedbool.

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]
SyncRootobject.

The CmsRecipientCollection.SyncRoot property retrieves an object object used to synchronize access to the System.Security.Cryptography.Pkcs.CmsRecipientCollection collection.

Public Methods

Explicitly Implemented Interface Members