2 references to SaslBindInProgress
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\common\ResultCode.cs (1)
73
{ ResultCode.
SaslBindInProgress
, SR.LDAP_SASL_BIND_IN_PROGRESS },
System\DirectoryServices\Protocols\common\utils.cs (1)
12
if (code >= ResultCode.Success && code <= ResultCode.
SaslBindInProgress
)