The properties of System.Security.Cryptography.Pkcs.SignerInfoCollection are listed below. For a list of all members, see the SignerInfoCollection Members list.
See Also: Inherited members from System.Object
| [read-only] | Count | int.
The SignerInfoCollection.Count property retrieves the number of items in the System.Security.Cryptography.Pkcs.SignerInfoCollection collection. |
| [read-only] | IsSynchronized | bool.
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] | SyncRoot | object.
The SignerInfoCollection.SyncRoot property retrieves an object object is used to synchronize access to the System.Security.Cryptography.Pkcs.SignerInfoCollection collection. |