Yubico.YubiKey.Otp Namespace
Classes
ChallengeResponseAlgorithm | The algorithms supported by the YubiKey's challenge-response mode. |
ConfigurationFlags | Flags that control the functionality of the programmed OTP slot. This includes switching the slot's mode. |
ExtendedFlags | Extended properties and configuration settings. |
NdefConfig | A static class containing helpers that encode configurations for different types of NDEF data. |
NdefDataReader | Reads NDEF Record data types supported by the YubiKey. |
NdefDataType | The NFC Forum well known types that are supported by the YubiKey's NDEF payload. |
NdefFileId | The identifier of the file containing the YubiKey's NDEF data. |
NdefText | A class that represents the various fields of an NDEF text record. |
NdefTextEncoding | Character encodings supported by NDEF text records. |
OtpSession | Entry point for all high-level OTP operations. |
OtpSettings<T> | Helper class to manage the flags used by the YubiKey OTP configuration. |
OtpStatus | Represents the current status of the YubiKey OTP application. |
Slot | An identifier for the configurable OTP slots. |
SlotAccessCode | Container for a YubiKey OTP Slot access code. |
TicketFlags | Flags that control the output format of the one-time password. |
YubiKeyFlags | The three YubiKey OTP flags collected in one class. |
Interfaces
IOtpSession | Interface for OtpSession. |