←Select platform

ExternalAuthenticateIscl Method

Summary

Determines whether the response code is a valid response for the challenge code.

Syntax
C#
VB
C++
protected virtual bool ExternalAuthenticateIscl( 
   long challenge, 
   long response, 
   long parameter 
) 
Protected Overridable Function ExternalAuthenticateIscl( _ 
   ByVal challenge As Long, _ 
   ByVal response As Long, _ 
   ByVal parameter As Long _ 
) As Boolean 
protected: 
virtual bool ExternalAuthenticateIscl(  
   int64 challenge, 
   int64 response, 
   int64 parameter 
)  

Parameters

challenge
The challenge code sent to the peer computer. This value is similar to a time stamp. The method will determine whether the response code in the response parameter is a valid response for this challenge code.

response
The response code generated by the peer computer. This value is similar to a time stamp. The method will determine whether this response code is a valid response for the challenge code in the challenge parameter.

parameter
A value that indicates the current mutual authentication key.

Return Value

true if the response code and challenge code match; otherwise, false.

Example

For an example, refer to SetIsclMutualAuthenticationAlgorithm.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly