IAuthenticatorEvaluateChallenge Method  | 
 
             Evaluate a challenge received from the Server. Generally, this method should
             return null when authentication is complete from the client perspective
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxbyte[] EvaluateChallenge(
	byte[] challenge
)
Parameters
- challenge
 - Type: SystemByte
 the server's SASL challenge'  
Return Value
Type: 
Byteupdated SASL token, may be null to indicate the client requires no
             further action
See Also