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.
Namespace: ADCS.CertMod.Managed.PolicyAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
protected string? DefaultPolicyProgID { get; set; }
Protected Property DefaultPolicyProgID As String
Get
Set
protected:
property String^ DefaultPolicyProgID {
String^ get ();
void set (String^ value);
}
member DefaultPolicyProgID : string with get, set
Property Value
String