diff --git a/src/CommonLib/Impersonate.cs b/src/CommonLib/Impersonate.cs
index cefbd05a..5c8ba694 100644
--- a/src/CommonLib/Impersonate.cs
+++ b/src/CommonLib/Impersonate.cs
@@ -86,11 +86,11 @@ public class Impersonator : IDisposable {
///
/// Begins impersonation with the given credentials, Logon type and Logon provider.
///
- /// Name of the user.
- /// Name of the domain.
- /// The password. param >
- ///< param name="logonType">Type of the logon.
- /// The logon provider.
+ /// Name of the user.
+ /// Name of the domain.
+ /// The password.
+ ///Type of the logon.
+ /// The logon provider.
public Impersonator(string userName, string domainName, string password, LogonType logonType,
LogonProvider logonProvider) {
Impersonate(userName, domainName, password, logonType, logonProvider);
diff --git a/src/CommonLib/Processors/CertAbuseProcessor.cs b/src/CommonLib/Processors/CertAbuseProcessor.cs
index 4147b5b2..5698a89e 100644
--- a/src/CommonLib/Processors/CertAbuseProcessor.cs
+++ b/src/CommonLib/Processors/CertAbuseProcessor.cs
@@ -149,10 +149,12 @@ public async Task ProcessRegistryEnrollmentPermissions(str
}
///
- /// This function should be called with the enrollment data fetched from .
- /// The resulting items will contain enrollment agent restrictions
+ /// This function will retrieve the enrollment agent restrictions from a ca
///
- ///
+ ///
+ ///
+ ///
+ ///
///
public async Task ProcessEAPermissions(string caName, string objectDomain, string computerName, string computerObjectId)
{
@@ -245,7 +247,6 @@ private RegistryResult GetEnrollmentAgentRights(string target, string caName)
///
///
///
- ///
[ExcludeFromCodeCoverage]
public BoolRegistryAPIResult IsUserSpecifiesSanEnabled(string target, string caName)
{
@@ -281,7 +282,6 @@ public BoolRegistryAPIResult IsUserSpecifiesSanEnabled(string target, string caN
///
///
///
- ///
[ExcludeFromCodeCoverage]
public BoolRegistryAPIResult RoleSeparationEnabled(string target, string caName)
{
diff --git a/src/CommonLib/Processors/DCLdapProcessor.cs b/src/CommonLib/Processors/DCLdapProcessor.cs
index b3b48994..4cfddd22 100644
--- a/src/CommonLib/Processors/DCLdapProcessor.cs
+++ b/src/CommonLib/Processors/DCLdapProcessor.cs
@@ -61,8 +61,6 @@ public async Task Scan() {
///
/// Tests if the specified Ldap port is open
///
- /// Hostname of the machine
- /// TCP port being tested
/// bool
[ExcludeFromCodeCoverage]
public async Task TestLdapPort() {
diff --git a/src/CommonLib/Processors/DCRegistryProcessor.cs b/src/CommonLib/Processors/DCRegistryProcessor.cs
index 0bd5bad0..bdc5a6d5 100644
--- a/src/CommonLib/Processors/DCRegistryProcessor.cs
+++ b/src/CommonLib/Processors/DCRegistryProcessor.cs
@@ -24,7 +24,6 @@ public DCRegistryProcessor(ILdapUtils utils, ILogger log = null)
/// https://support.microsoft.com/en-us/topic/kb5014754-certificate-based-authentication-changes-on-windows-domain-controllers-ad2c23b0-15d8-4340-a468-4d4f3b188f16
///
/// IntRegistryAPIResult
- ///
[ExcludeFromCodeCoverage]
public IntRegistryAPIResult GetCertificateMappingMethods(string target)
{
@@ -57,7 +56,6 @@ public IntRegistryAPIResult GetCertificateMappingMethods(string target)
/// https://support.microsoft.com/en-us/topic/kb5014754-certificate-based-authentication-changes-on-windows-domain-controllers-ad2c23b0-15d8-4340-a468-4d4f3b188f16
///
/// IntRegistryAPIResult
- ///
[ExcludeFromCodeCoverage]
public IntRegistryAPIResult GetStrongCertificateBindingEnforcement(string target)
{