< Summary

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

File(s)

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

#LineLine coverage
 1namespace SharpHoundCommonLib.OutputTypes
 2{
 3    public class CARegistryData
 4    {
 05        public AceRegistryAPIResult CASecurity { get; set; }
 06        public EnrollmentAgentRegistryAPIResult EnrollmentAgentRestrictions { get; set; }
 07        public BoolRegistryAPIResult IsUserSpecifiesSanEnabled { get; set; }
 08        public BoolRegistryAPIResult RoleSeparationEnabled { get; set; }
 9    }
 10}