< Summary

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

File(s)

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

#LineLine coverage
 1namespace SharpHoundCommonLib.OutputTypes
 2{
 3    public class SPNPrivilege
 4    {
 125        public string ComputerSID { get; set; }
 126        public int Port { get; set; }
 127        public string Service { get; set; }
 8    }
 9}

Methods/Properties

ComputerSID()
Port()
Service()