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




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

Syntax

Visual Basic (Declaration) 
Protected Overridable Function InternalAuthenticateIscl( _
   ByVal challenge As Long, _
   ByRef 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.InternalAuthenticateIscl(challenge, response, parameter)
C# 
protected virtual bool InternalAuthenticateIscl( 
   long challenge,
   ref long response,
   long parameter
)
Managed Extensions for C++ 
protected: virtual bool InternalAuthenticateIscl( 
   long challenge,
   ref long response,
   long parameter
) 
C++/CLI 
protected:
virtual bool InternalAuthenticateIscl( 
   long challenge,
   ref long response,
   long 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: 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