Signers object
[The Signers object is available for use in the operating systems specified in the Requirements section. Instead, use a collection of CmsSigner objects. For more information, see the CmsSigner Class in the System.Security.Cryptography.Pkcs namespace.]
The Signers object represents a collection of Signer objects.
When to use
The Signers object is used to perform the following tasks:
- Retrieve the number of certificates in the collection.
- Retrieve a specific Signers object from the collection.
- Iterate through the collection.
Members
The Signers object has these types of members:
Properties
The Signers object has these properties.
Property | Access type | Description |
---|---|---|
_NewEnum |
Read-only |
Retrieves an IEnumVARIANT interface on an object that can be used to enumerate the collection. This property is hidden within Visual Basic Scripting Edition (VBScript). |
Count |
Read-only |
Number of Signer objects in the collection. |
Item |
Read-only |
Retrieves the Signer object that represents the indexed signer. This is the default property. |
Remarks
The Signers object cannot be created.
Requirements
Requirement | Value |
---|---|
Redistributable |
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP |
DLL |
|
See also