API Reference
Class
CertificatePolicyEntry
Represents a single certificate-related policy entry materialized from GPO settings (e.g., Root/CA stores, CRL/CTL sections) for a given GPO and domain.
Inheritance
- Object
- CertificatePolicyEntry
Constructors
public CertificatePolicyEntry() #Inherited Methods
Properties
public Guid GpoId { get; set; } #GPO identifier the entry originated from.
public String DomainName { get; set; } #DNS domain name that owns the GPO.
public String Store { get; set; } #Certificate store (Root, CA, TrustedPublisher, TrustedPeople, Disallowed, etc.).
public String Section { get; set; } #Section within the policy (Certificates, CRLs, CTLs).
public String Name { get; set; } #Entry display name or thumbprint.