Generates a response code, based on the specified challenge code.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET