LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

DeleteAuthenticationData 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.
The application's digital signature.
Enables an application to delete some or all of the authentication data previously stored for a particular logon name from the authentication repository.
Syntax
void DeleteAuthenticationData( 
   int coupon,
   string logonName,
   string dataFormat,
   string appSignature
)
'Declaration
 
Sub DeleteAuthenticationData( _
   ByVal coupon As Integer, _
   ByVal logonName As String, _
   ByVal dataFormat As String, _
   ByVal appSignature As String _
) 
'Usage
 
Dim instance As IAuthenticationRepository
Dim coupon As Integer
Dim logonName As String
Dim dataFormat As String
Dim appSignature As String
 
instance.DeleteAuthenticationData(coupon, logonName, dataFormat, appSignature)
void DeleteAuthenticationData( 
   int coupon,
   string logonName,
   string dataFormat,
   string appSignature
)
function Leadtools.Ccow.IAuthenticationRepository.DeleteAuthenticationData( 
   coupon ,
   logonName ,
   dataFormat ,
   appSignature 
)
void DeleteAuthenticationData( 
   int coupon,
   String^ logonName,
   String^ dataFormat,
   String^ 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.
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IAuthenticationRepository Interface
IAuthenticationRepository Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.