Error processing SSI file
LEADTOOLS Medical (Leadtools.Ccow assembly)

Show in webframe

SetAuthenticationData Method






The connection coupon obtain from the Connect method.
A user's logon name.
An application-defined string that is used when an application needs to maintain multiple forms of authentication data for a user (e.g., password, thumbprint image, etc.). If only one form of authentication data is needed, this string can be empty.
Application-specific data used to authenticate the user.
The application's digital signature.
Enables an application to store authentication data for a particular user's logon name within the authentication repository.
Syntax
'Declaration
 
Sub SetAuthenticationData( _
   ByVal coupon As Integer, _
   ByVal logonName As String, _
   ByVal dataFormat As String, _
   ByVal userData As String, _
   ByVal appSignature As String _
) 
'Usage
 
Dim instance As IAuthenticationRepository
Dim coupon As Integer
Dim logonName As String
Dim dataFormat As String
Dim userData As String
Dim appSignature As String
 
instance.SetAuthenticationData(coupon, logonName, dataFormat, userData, appSignature)

Parameters

coupon
The connection coupon obtain from the Connect method.
logonName
A user's logon name.
dataFormat
An application-defined string that is used when an application needs to maintain multiple forms of authentication data for a user (e.g., password, thumbprint image, etc.). If only one form of authentication data is needed, this string can be empty.
userData
Application-specific data used to authenticate the user.
appSignature
The application's digital signature.
Remarks
Concatenating the string representations of the following inputs in the order listed shall form the data from which a message digest is computed by the application: An application shall compute its digital signature by encrypting the message digest with its private key.
Requirements

Target Platforms

See Also

Reference

IAuthenticationRepository Interface
IAuthenticationRepository Members

Error processing SSI file
Leadtools.Ccow requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features