|
long | Clock [get, set] |
| the clock value. More...
|
|
int | CodeDigits = 0 [get, set] |
| number of truncated digits (excluding the checksum digit). More...
|
|
string | MACAlgo = 0 [get, set] |
| the MAC algorithm value. More...
|
|
long | StartTime = 0 [get, set] |
| the start time used for clock synchronization. More...
|
|
long | TimeStep = 0 [get, set] |
| the time step. More...
|
|
int | TruncationOffset = false [get, set] |
| Offset used for truncation. Expected range is 0 - HashLength-5 (0-15 for HMAC-SHA-1), otherwise dynamic truncation is applied. More...
|
|
bool | UseChecksum = 0 [get, set] |
| Determines if a checksum digit is added to the calculation. More...
|
|
HashSet< string > | Modes [get, set] |
| Usage modes associated to that algorithm. More...
|
|
int | StandardVersion [get, set] |
| The version of the algorithm. More...
|
|
Defines the TOTP algorithm parameters.