LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

ExternalAuthenticateIscl Method








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.
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.
A value that indicates the current mutual authentication key.
Determines whether the response code is a valid response for the challenge code. .NET support
Syntax
protected virtual bool ExternalAuthenticateIscl( 
   long challenge,
   long response,
   long parameter
)
'Declaration
 
Protected Overridable Function ExternalAuthenticateIscl( _
   ByVal challenge As Long, _
   ByVal response As Long, _
   ByVal parameter As Long _
) As Boolean
'Usage
 
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)
protected virtual bool ExternalAuthenticateIscl( 
   long challenge,
   long response,
   long parameter
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomNet.ExternalAuthenticateIscl( 
   challenge ,
   response ,
   parameter 
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomNet Class
DicomNet Members
GetLastIsclOrTlsError Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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