API Reference
Class
CertificatePolicyReader
Extracts certificate-related policy entries (SystemCertificates) from a registry.pol.
Inheritance
- Object
- CertificatePolicyReader
Methods
public static IReadOnlyList<CertificatePolicyEntry> FromPol(PolFile pol, String domainName, Guid gpoId) #Returns:
IReadOnlyList<CertificatePolicyEntry>Reads certificate policy entries from pol and projects them into a normalized model.
Parameters
- pol ADPlayground.Gpo.GpoLocal.PolFile
- Parsed registry.pol model for the GPO.
- domainName System.String
- Domain DNS name that owns the GPO.
- gpoId System.Guid
- GPO identifier.
Returns
List of certificate policy entries present in the GPO.