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 : Object, ISelectApplicationData
Inheritance
System.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. |