I have the desired result through utility the certutil: PS C:\>> certutil -config "dev.root.ad\Dev Issuing CA" –Catemplates –v | select-string displayname displayName = DEMO AnyConnect 4 years displayName = ECS User But on C# I have problems. This my code: using CERTADMINLib; using CERTCLILib; namespace Services { public class CATemplates [...] read more