Click or drag to resize

Rfc4226Mode Enumeration

The mode that the Rfc4226TfaCodeProvider algorithm will operate in.

Namespace: SanteDB.Core.Security.Tfa
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public enum Rfc4226Mode
Members
Member nameValueDescription
HotpIncrementOnGenerate0 Counter based mode with increment on generate. Used for SMS, Mail, where the counter should not be time based.
HotpIncrementOnValidate1 Counter based mode with increment on validate. Used for hardware tokens where the user must press to receive a code and is not time based.
TotpThirtySecondInterval2 Time based mode with a 30 second interval. This is the most common form found in authenticator apps that used a synchronized
TotpSixtySecondInterval3 TOTP has a 60 second interval
TotpTenMinuteInterval4 Ten minute interval
See Also