HostCreditCardRecognizedHandler Event
In This Topic
Unredacted PAN is displayed or accessed.
Syntax
Public Delegate Sub HostCreditCardRecognizedHandler( _
ByVal As Object, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal userDomainName As String, _
ByVal As String, _
ByVal As String, _
ByVal As Long _
)
Parameters
- sender
- Sender of event.
- accountNumber
- The card number (in redacted format) that was recognized.
- user
- The Windows user name of the current user.
- machineName
- The machine name (as set up in the system control panel).
- userDomainName
- The domain that the user is logged onto, or an empty string if not logged onto a Windows domain.
- dateTime
- The date and time that the event occurred.
- eventType
- The type of access that the credit card number was encountered in (eg. LiveScreen, OfficeTools, ScreenHistory, etc).
- success
- Reserved for future use. This currently always returns a success return code.
See Also