< Summary

Class:SharpHoundCommonLib.OutputTypes.EnterpriseCA
Assembly:SharpHoundCommonLib
File(s):D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\OutputTypes\EnterpriseCA.cs
Covered lines:0
Uncovered lines:3
Coverable lines:3
Total lines:9
Line coverage:0% (0 of 3)
Covered branches:0
Total branches:0

File(s)

D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\OutputTypes\EnterpriseCA.cs

#LineLine coverage
 1namespace SharpHoundCommonLib.OutputTypes
 2{
 3    public class EnterpriseCA : OutputBase
 4    {
 05        public string HostingComputer { get; set; }
 06        public CARegistryData CARegistryData { get; set; }
 07        public TypedPrincipal[] EnabledCertTemplates { get; set; }
 8    }
 9}