C#
VB
C++
protected virtual bool InternalAuthenticateIscl(
long challenge,
ref long response,
long parameter
)
Protected Overridable Function InternalAuthenticateIscl( _
ByVal challenge As Long, _
ByRef response As Long, _
ByVal parameter As Long _
) As Boolean
protected:
virtual bool InternalAuthenticateIscl(
int64 challenge,
int64% response,
int64 parameter
)
challenge
This challenge code will be used in the generation of the response code. This value is similar to a time stamp.
response
A variable to be updated with the response code generated.
parameter
A value that indicates the current mutual authentication key.
true if the generation of the response code was successful; otherwise, false.
For an example, refer to SetIsclMutualAuthenticationAlgorithm.