OathApplicationData Class
Namespace: Yubico.YubiRepresents 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 Oath |