1 write to Attributes
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\common\SearchResults.cs (1)
59Attributes = attrs;
3 references to Attributes
Microsoft.AspNetCore.Authentication.Negotiate (2)
Internal\LdapAdapter.cs (2)
63var memberof = userFound.Attributes["memberof"]; // You can access ldap Attributes with Attributes property 121var memberof = group.Attributes["memberof"]; // You can access ldap Attributes with Attributes property
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
1730SearchResultAttributeCollection attributes = resultEntry.Attributes;