AuthenticateYubiHsmAuthManagementKey Field
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllIndicates that the SDK is requesting the current YubiHSM Auth management key in order to authenticate.
C#
public const KeyEntryRequest AuthenticateYubiHsmAuthManagementKey
Returns
Remarks
When the Request is this value, the delegate should collect the current management key and submit it using SubmitValue(ReadOnlySpan<Byte>).
When the Request
is this value and
IsRetry property is false
, this
is the initial request for the management key.
When the Request
is this value and IsRetry
is
true
, this means a previous attempt at authenticating the
management key failed and the KeyCollector
should try again
to obtain the value. In this situation,
RetriesRemaining will contain additional
information.