OathApplicationData Class
Namespace: Yubico.YubiKey.Oath Assembly: Yubico.YubiKey.dllRepresents the information returned when selecting the OATH application. Includes information such the salt and challenge which are needed for setting/validating a password.
C#
public class OathApplicationData : ISelectApplicationData
Inheritance
object
OathApplicationData
Implements
Constructors
Name | Description |
---|---|
OathApplicationData(ReadOnlyMemory<byte>, FirmwareVersion, ReadOnlyMemory<byte>, ReadOnlyMemory<byte>, HashAlgorithm) | Constructs an instance of the OathApplicationData class. |
Properties
Name | Description |
---|---|
Algorithm | What hash algorithm to use. |
Challenge | The 8 byte challenge if authentication is configured. |
RawData | |
Salt | The device identifier. |
Version | The version of the firmware currently running on the YubiKey. |