1 write to Attributes
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\common\SearchResults.cs (1)
59
Attributes
= attrs;
3 references to Attributes
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
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
1730
SearchResultAttributeCollection attributes = resultEntry.
Attributes
;