UseInitialMovingFactor Method
UseInitialMovingFactor(Int32)
Set the initial moving factor for the credential.
C#
public ConfigureHotp UseInitialMovingFactor(int imf)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | imf | Initial moving factor to set. Must be an integer between 0 and 0xffff0 (1,048,560) that is divisible by 0x10 (16). |
Returns
The current ConfigureHotp instance.