verifyAuthResponseMethod

Type: String

The verifyAuthResponseMethod property of the TcpIpConnection class contains the name of the method in the authentication library used to verify the authentication response received after sending the authentication challenge.

If this property contains the name of a verify authentication response method, the specified method is executed after a successful generation of the authentication challenge and the successful receipt of the remote authentication response.

The code fragment in the following example shows the use of the verifyAuthResponseMethod property to set the authentication challenge and verification methods.

self.tcp.genAuthChallengeMethod   := "okGenAuthChallenge";
self.tcp.verifyAuthResponseMethod := "okVerifyAuthResponse";