Skip to content

Commit

Permalink
remove DomainSID from EnterpriseCA
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBK committed Oct 12, 2023
1 parent df2abf4 commit a05c24a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CommonLib/OutputTypes/EnterpriseCA.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
public class EnterpriseCA : OutputBase
{
public string DomainSID { get; set; }
public string HostingComputer { get; set; }
public CARegistryData CARegistryData { get; set; }
public TypedPrincipal[] EnabledCertTemplates { get; set; }
Expand Down

0 comments on commit a05c24a

Please sign in to comment.