Generates a response code, based on the specified 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.InternalAuthenticateIscl(challenge, response, 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
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also