PinVerified Property
PinVerified
This indicates the current state of the PIN verification.
C#
public bool PinVerified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Upon instantiation of this class, this property will be set to
false
. If the PIN is authenticated (using
TryVerifyPin
), this will be updated to true