2 references to DistinguishedNameSeparator
Microsoft.AspNetCore.Authentication.Negotiate (2)
Internal\LdapAdapter.cs (2)
69var groupCN = DistinguishedNameSeparator().Split(groupDN)[0].Substring("CN=".Length); 127var nestedGroupCN = DistinguishedNameSeparator().Split(nestedGroupDN)[0].Substring("CN=".Length);