Property Counter
Counter
Sets or returns the current value of the 'counter' which is turned into a onetime use password.
Declaration
public Int64 Counter { get; set; }
Property Value
| Type | Description |
|---|---|
| Int64 |
Remarks
Each time a successful login occurs, this counter should be incremented. See the https://tools.ietf.org/html/rfc4226 specification on how to manage the counter.
Counter
Sets or returns the current value of the 'counter' which is turned into a onetime use password.
Declaration
public Int64 Counter { get; set; }
Property Value
| Type | Description |
|---|---|
| Int64 |
Remarks
Each time a successful login occurs, this counter should be incremented. See the https://tools.ietf.org/html/rfc4226 specification on how to manage the counter.