Example #1
0
 public override void OnChallenge(SaslChallenge challenge)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public abstract void OnChallenge(SaslChallenge challenge);
Example #3
0
 public abstract void OnChallenge(SaslChallenge challenge);
Example #4
0
 public override void OnChallenge(SaslChallenge challenge)
 {
     throw new NotImplementedException();
 }