Occurs when 0x604 error is received which indicates the api
is waiting for the client to provide the accesspassword of tag.
| C# | Visual Basic | Visual C++ |
public event EventHandler<ReadAuthenticationEventArgs> ReadAuthentication
Public Event ReadAuthentication As EventHandler(Of ReadAuthenticationEventArgs)
public: event EventHandler<ReadAuthenticationEventArgs^>^ ReadAuthentication { void add (EventHandler<ReadAuthenticationEventArgs^>^ value); void remove (EventHandler<ReadAuthenticationEventArgs^>^ value); }