Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 2.37 KB

policyinformation.md

File metadata and controls

69 lines (42 loc) · 2.37 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Provides access to the policy information of an extension.
03d627b3-2d44-4637-97a4-85cdcaf3e4d3
PolicyInformation object
reference
05/31/2018
APIRef
kbSyntax
PolicyInformation
COM
Capicom.dll

PolicyInformation object

[The PolicyInformation 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 policy information in the Certificate policies extension.]

The PolicyInformation object provides access to the policy information of an extension.

When to use

The PolicyInformation object is used to perform the following tasks:

  • Retrieve the policy OID.
  • Retrieve a collection of the policy's qualifiers.

Members

The PolicyInformation object has these types of members:

Properties

The PolicyInformation object has these properties.

Property Description
OID
Retrieves the policy's OID, as an OID object. This is the default property.
Qualifiers
Retrieves a collection of the policy's qualifiers, as a Qualifiers object.

 

Remarks

The PolicyInformation object cannot be created.

Requirements

Requirement Value
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
DLL
Capicom.dll