Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow Namespace > IAuthenticationRepository Interface : DeleteAuthenticationData Method |
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 )