Initialize Method
Initialize()
This is run by the platform when starting a series of transactions with a specific authenticator.
C#
public virtual void Initialize()
Remarks
This will reset the internal state of the object to the same as immediately after instantiation. Any data acquired, generated, or computed during operations in a session of PIN/UV Authentication with a specific authenticator will be lost.
Generally you will create an instance of one of the protocols and use
it to perform the appropriate PIN/UV authentication operations with
an authenticator. Then, to operate on a different authenticator (or
the same authenticator in a new session), create a new instance of
the protocol or reuse an existing object but call Initialize
before beginning operations.