VerifyPivPin Field
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllIndicates that the SDK is requesting the PIV PIN to verify.
C#
public const KeyEntryRequest VerifyPivPin
Returns
Remarks
When the Request
is this value, the delegate should collect one
PIN and submit it using the SubmitValue
method.
When the KeyEntryData.Request
is this value and the
KeyEntryData.IsRetry
property is false
, the
KeyEntryData
is making the initial request.
When the KeyEntryData.Request
is this value and the
KeyEntryData.IsRetry
property is true
, the
KeyEntryData
is reporting that a previous attempt at verifying
the PIN failed and the KeyCollector
should try again to obtain
the value (unless the user decides to cancel).