Show / Hide Table of Contents

CredentialType Enum

Namespace: Yubico.YubiKey.Oath Assembly: Yubico.YubiKey.dll

Describes the class of one-time password algorithm to be used.

C#
public enum CredentialType

Fields

Hotp

HMAC-based One-time Password algorithm (HOTP) is generated based on HMAC algorithm using an authentication counter.

None

No type is specified.

Totp

A time-based one-time password (TOTP) is generated based on HMAC algorithm using the current time.

In this article
Back to top Generated by DocFX