3 references to NoSuchObject
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\LdapAdapter.cs (1)
139
catch (DirectoryOperationException ex) when (ex.Response is SearchResponse r && r.ResultCode == ResultCode.
NoSuchObject
)
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\common\ResultCode.cs (1)
80
{ ResultCode.
NoSuchObject
, SR.LDAP_NO_SUCH_OBJECT },
System\DirectoryServices\Protocols\common\utils.cs (1)
22
if (code >= ResultCode.
NoSuchObject
&& code <= ResultCode.InvalidDNSyntax)