Qualifiers object
[The Qualifiers object is available for use in the operating systems specified in the Requirements section. Instead, use the X509Extension Class in the System.Security.Cryptography.X509Certificates namespace by calling the constructor that takes an OID as a parameter, and then use the OID for Certificate Policies to process qualifiers that are part of the policy information in the Certificate Policies extension.]
The Qualifiers object represents a collection of qualifiers.
When to use
The Qualifiers object is used to perform the following tasks:
- Retrieve a specific extended property from the collection.
- Retrieve the number of extended properties in the collection.
- Iterate through the collection.
Members
The Qualifiers object has these types of members:
Properties
The Qualifiers 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 |
Retrieves the number of qualifiers in the collection. |
Item |
Read-only |
Retrieves a Qualifier object that represents the indexed qualifier of the collection. This is the default property. |
Remarks
The Qualifiers object cannot be created.
The PolicyInformation.Qualifiers CAPICOM object property returns a Qualifiers object.
Requirements
Requirement | Value |
---|---|
Redistributable |
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP |
Header |
|
DLL |
|