Leadtools.Ccow Namespace > AuthenticationRepository Object : SetAuthenticationData Method |
function Leadtools.Ccow.AuthenticationRepository.setAuthenticationData( coupon , logonName , dataFormat , userData , appSignature )
Parameter | Type | Description |
---|---|---|
coupon | int | The connection coupon obtained from the Connect method. |
logonName | string | A user's logon name. |
dataFormat | string | 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 | string | Application-specific data used to authenticate the user. |
appSignature | string | The application's digital signature. |