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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document