AuthenticateYubiHsmAuthCredentialPassword Field
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllIndicates that the SDK is requesting the YubiHSM Auth credential's password in order to authenticate.
C#
public const KeyEntryRequest AuthenticateYubiHsmAuthCredentialPassword
Returns
Remarks
When the Request is
AuthenticateYubiHsmAuthCredentialPassword
, the
delegate should collect the current management key and submit it
using SubmitValue(ReadOnlySpan<Byte>).
When the Request
is AuthenticateYubiHsmAuthCredentialPassword
and IsRetry property is false
, this
is the initial request for the management key.
When the Request
is
AuthenticateYubiHsmAuthCredentialPassword
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.