2 references to
Microsoft.AspNetCore.Authentication.Negotiate (2)
Internal\LdapAdapter.cs (2)
63
var memberof = userFound.Attributes
[
"memberof"]; // You can access ldap Attributes with Attributes property
121
var memberof = group.Attributes
[
"memberof"]; // You can access ldap Attributes with Attributes property