SetOathPassword Field
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllIndicates that the SDK is requesting a new password. Collect a new password.
C#
public const KeyEntryRequest SetOathPassword
Returns
Remarks
When the Request
is this value, the delegate should collect a password
and submit it 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 setting
the password failed and the KeyCollector
should try again to obtain
the values (unless the user decides to cancel).