Show / Hide Table of Contents

UseInitialMovingFactor Method

UseInitialMovingFactor(int)

Set the initial moving factor for the credential.

C#
public ConfigureHotp UseInitialMovingFactor(int imf)

Parameters

Type Name Description
int imf

Initial moving factor to set. Must be an integer between 0 and 0xffff0 (1,048,560) that is divisible by 0x10 (16).

Returns

ConfigureHotp

The current ConfigureHotp instance.

In this article
Back to top Generated by DocFX