CertPolicyBaseDefaultPolicyProgID Property

Gets or sets the default policy module ProgID. If this property is not set or invalid, then Windows Default policy module is used as underlying policy module. This property MUST be set when non-standard (like FIM CM) is used and you wish to use custom policy module along with this policy module.

Definition

Namespace: ADCS.CertMod.Managed.Policy
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
C#
protected string DefaultPolicyProgID { get; set; }

Property Value

String

See Also