Show / Hide Table of Contents

ConfigureStaticPassword Method

ConfigureStaticPassword(Slot)

Sets a static password for an OTP application slot on a YubiKey.

C#
ConfigureStaticPassword ConfigureStaticPassword(Slot slot)

Parameters

Type Name Description
Slot slot

The identifier for the OTP application slot to configure.

Returns

ConfigureStaticPassword

Instance of ConfigureStaticPassword.

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.

In this article
Back to top Generated by DocFX