Class PlainMechanism
public class PlainMechanism : IAuthMechanism
- Inheritance
-
PlainMechanism
- Implements
- Inherited Members
Constructors
PlainMechanism()
public PlainMechanism()
Methods
handleChallenge(byte[], IConnectionFactory)
Handle one round of challenge-response.
public byte[] handleChallenge(byte[] challenge, IConnectionFactory factory)
Parameters
challenge
byte[]factory
IConnectionFactory
Returns
- byte[]