Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
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.
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
)
Managed Extensions for 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

For an example, refer to SetIsclMutualAuthenticationAlgorithm.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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