ChangeYubiHsmAuthManagementKey Field
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllThis indicates that the SDK is attempting to change the YubiHSM Auth management key. It is requesting the current YubiHSM Auth management key and a new YubiHSM Auth management key as part of the operation.
public const KeyEntryRequest ChangeYubiHsmAuthManagementKey
Returns
Remarks
When the Request is
ChangeYubiHsmAuthManagementKey
, the
delegate should collect the current management key and submit it
using SubmitValues(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>).
When the Request
is ChangeYubiHsmAuthManagementKey
and
IsRetry property is false
, this
is the initial request for the management key.
When the Request
is ChangeYubiHsmAuthManagementKey
and
IsRetry
istrue
, this means a previous attempt at changing
the management key failed and the KeyCollector
should try again
to obtain the value. In this situation,
RetriesRemaining will contain additional
information.