|
Virgil Security C++ SDK
|
Interface representing Card verification process. More...
#include <CardVerifierInterface.h>
Public Member Functions | |
| virtual bool | verifyCard (const Card &card) const =0 |
| Verifies Card instance. More... | |
| virtual | ~CardVerifierInterface ()=default |
| Virtual destructor. | |
Interface representing Card verification process.
|
pure virtual |
Verifies Card instance.
| card | Card to verify |
Implemented in virgil::sdk::cards::verification::VirgilCardVerifier.
1.8.10