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