Show / Hide Table of Contents

GetData Method

GetData()

Gets the authentication data from the response.

C#
public AuthenticationData GetData()

Returns

AuthenticationData

The data in the response APDU, presented as an AuthenticationData object.

Implements

IYubiKeyResponseWithData<TData>.GetData()

Exceptions

Type Condition
InvalidOperationException

Thrown when Status is not Success.

In this article
Back to top Generated by DocFX