Interface IAuthMechanism
A pluggable authentication mechanism.
public interface IAuthMechanism
Methods
handleChallenge(byte[], IConnectionFactory)
Handle one round of challenge-response.
byte[] handleChallenge(byte[] challenge, IConnectionFactory factory)
Parameters
challenge
byte[]factory
IConnectionFactory
Returns
- byte[]