Generates a response code, based on the specified challenge code.
protected virtual bool InternalAuthenticateIscl(
long ,
ref long ,
long
)
'Declaration
Protected Overridable Function InternalAuthenticateIscl( _
ByVal As Long, _
ByRef As Long, _
ByVal 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.InternalAuthenticateIscl(challenge, response, parameter)
protected virtual bool InternalAuthenticateIscl(
long challenge,
ref long response,
long parameter
)
function Leadtools.Dicom.DicomNet.InternalAuthenticateIscl(
challenge ,
response ,
parameter
)
protected:
virtual bool InternalAuthenticateIscl(
int64 ,
int64% ,
int64
)
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.