Show / Hide Table of Contents

OathApplicationData Class

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

Represents 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
ISelectApplicationData

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.

In This Article
  • Constructors
  • Properties
Back to top Generated by DocFX