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