5 references to LdapAdapter
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
349await LdapAdapter.RetrieveClaimsAsync(ldapContext.LdapSettings, (ldapContext.Principal.Identity as ClaimsIdentity)!, Logger);
Microsoft.AspNetCore.Authentication.Negotiate.Test (4)
LdapAdapterTests.cs (4)
11var parts = LdapAdapter.DistinguishedNameSeparatorRegex.Split("Testing group - City"); 19var parts = LdapAdapter.DistinguishedNameSeparatorRegex.Split(@"Testing group\,City"); 27var parts = LdapAdapter.DistinguishedNameSeparatorRegex.Split("Testing group,City"); 35var parts = LdapAdapter.DistinguishedNameSeparatorRegex.Split(@"Testing group\\,City");