CredentialType Class
Namespace: Yubico.YubiKey.Oath Assembly: Yubico.YubiKey.dllDescribes the class of one-time password algorithm to be used.
C#
public sealed class CredentialType : Enum
Inheritance
System.Object
CredentialType
Fields
Name | Description |
---|---|
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. |
value__ |