AuthenticatePivManagementKey Field
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllIndicates that the SDK is requesting the current PIV management key in order to authenticate.
C#
public const KeyEntryRequest AuthenticatePivManagementKey
Returns
Remarks
When the Request
is this value, the delegate should collect one
management key 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
authenticating the management key failed and the KeyCollector
should try again to obtain the value (unless the user decides to
cancel).