Show / Hide Table of Contents

PinVerified Property

PinVerified

This indicates the current state of the PIN verification.

C#
public bool PinVerified { get; }

Property Value

Type Description
bool

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

In this article
Back to top Generated by DocFX