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
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public CertificatePolicyEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.