←Select platform

InternalAuthenticateIscl Method

Summary
Generates a response code, based on the specified challenge code.
Syntax
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 
)  

Parameters

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.

Return Value

true if the generation of the response code was successful; otherwise, false.

Example

For an example, refer to SetIsclMutualAuthenticationAlgorithm.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.