Show / Hide Table of Contents

GetData Method

GetData()

Gets the instance of the OathApplicationData class.

C#
public OathApplicationData GetData()

Returns

OathApplicationData

The data in the response APDU, presented as a OATH application info.

Implements

IYubiKeyResponseWithData<TData>.GetData()

Exceptions

Type Condition
InvalidOperationException

Thrown when Status is not equal to Success.

MalformedYubiKeyResponseException

Thrown when the data provided does not meet the expectations, and cannot be parsed.

In this article
Back to top Generated by DocFX