5 references to SaslChallengeType
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\Interop\LdapPal.Linux.cs (5)
202
while (interactChallenge.saslChallengeType != (int)
SaslChallengeType
.SASL_CB_LIST_END)
207
case (int)
SaslChallengeType
.SASL_CB_GETREALM:
210
case (int)
SaslChallengeType
.SASL_CB_AUTHNAME:
213
case (int)
SaslChallengeType
.SASL_CB_PASS:
216
case (int)
SaslChallengeType
.SASL_CB_USER: