ConfigureStaticPassword Method
ConfigureStaticPassword(Slot)
Sets a static password for an OTP application slot on a YubiKey.
C#
public ConfigureStaticPassword ConfigureStaticPassword(Slot slot)
Parameters
Type | Name | Description |
---|---|---|
Slot | slot | The identifier for the OTP application slot to configure. |
Returns
Instance of ConfigureStaticPassword.
Implements
Remarks
This method returns a ConfigureStaticPassword instance. This instance exposes methods to set the parameters for the static password you intend to set. Each of those parameters returns a reference to the ConfigureStaticPassword instance so they can be chained together. Once all the parameters are set, the last call should be to the Execute() method.