System.Security.Cryptography.Pkcs.SignerInfoCollection Members

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

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

[read-only]
IsSynchronizedbool.

The SignerInfoCollection.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.

[read-only]
default property
Item(int)SignerInfo. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

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

Public Methods

Explicitly Implemented Interface Members