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