< Summary

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

File(s)

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

#LineLine coverage
 1namespace SharpHoundCommonLib.OutputTypes
 2{
 3    public class NTAuthStore : OutputBase
 4    {
 05        public string DomainSID { get; set; }
 6    }
 7}

Methods/Properties

DomainSID()