ChangePivPuk Field
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllIndicates that the SDK is requesting the current PIV PUK and a new PUK, in order to change the PUK from the current to the new. Collect both the current and a new PUK.
C#
public const KeyEntryRequest ChangePivPuk
Returns
Remarks
When the Request
is this value, the delegate should collect two
PUKs and submit them using the SubmitValues
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 changing
the PUK failed and the KeyCollector
should try again to obtain
the values (unless the user decides to cancel).