From a05c24a3d4e97f4d757e3f351161e27eb8fdc695 Mon Sep 17 00:00:00 2001 From: Jonas Knudsen Date: Thu, 12 Oct 2023 06:55:24 -0700 Subject: [PATCH] remove DomainSID from EnterpriseCA --- src/CommonLib/OutputTypes/EnterpriseCA.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CommonLib/OutputTypes/EnterpriseCA.cs b/src/CommonLib/OutputTypes/EnterpriseCA.cs index 4a01b9a2..658f38a6 100644 --- a/src/CommonLib/OutputTypes/EnterpriseCA.cs +++ b/src/CommonLib/OutputTypes/EnterpriseCA.cs @@ -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; }