Leadtools.Ccow Namespace > AuthenticationRepository Object : GetAuthenticationData Method |
function Leadtools.Ccow.AuthenticationRepository.getAuthenticationData( coupon , logonName , dataFormat , appSignature )
Parameter | Type | Description |
---|---|---|
coupon | int | The connection coupon obtain 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. |
appSignature | string | The application's digital signature. |
Type | Description |
---|---|
AuthenticationData | The authentication data. |