Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ExternalAuthenticateIscl Method
See Also 
Leadtools.Dicom Namespace > DicomNet Class : ExternalAuthenticateIscl Method



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.
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.
Determines whether the response code is a valid response for the challenge code.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function ExternalAuthenticateIscl( _
   ByVal challenge As Long, _
   ByVal response As Long, _
   ByVal parameter As Long _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DicomNet
Dim challenge As Long
Dim response As Long
Dim parameter As Long
Dim value As Boolean
 
value = instance.ExternalAuthenticateIscl(challenge, response, parameter)
C# 
protected virtual bool ExternalAuthenticateIscl( 
   long challenge,
   long response,
   long parameter
)
C++/CLI 
protected:
virtual bool ExternalAuthenticateIscl( 
   long challenge,
   long response,
   long 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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features