Qualifier object
[The Qualifier 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 Qualifier object represents a Certification Practice Statement (CPS) pointer or user notice qualifier.
When to use
The Qualifier object is used to perform the following tasks:
- Retrieve the object identifier of the qualifier.
- Retrieve the Uniform Resource Identifier (URI) that points to a CPS published by the certification authority (CA).
- Retrieve the name of the organization associated with the qualifier.
- Retrieve the name and content of a user notice.
Members
The Qualifier object has these types of members:
Properties
The Qualifier object has these properties.
Property | Access type | Description |
---|---|---|
CPSPointer |
Read-only |
Retrieves a string that contains the URI that points to a CPS published by the CA. |
ExplicitText |
Read-only |
Retrieves a string that contains the content of the user notice. This property may be empty. |
NoticeNumbers |
Read-only |
Retrieves a NoticeNumbers object that contains the collection of user notice numbers. This property may be empty. |
OID |
Read-only |
Retrieves an OID object that identifies the qualifier. This is the default property. |
OrganizationName |
Read-only |
Retrieves a string that contains the name of the organization associated with the qualifier. This property may be empty. |
Remarks
The Qualifier object cannot be created.
Requirements
Requirement | Value |
---|---|
Redistributable |
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP |
DLL |
|