Show / Hide Table of Contents

GetData Method

GetData()

Gets the AuthenticatorInfo class that contains details about the authenticator, such as a list of all supported protocol versions, supported extensions, AAGUID of the device, and its capabilities.

C#
public AuthenticatorInfo GetData()

Returns

AuthenticatorInfo

The data in the response APDU, presented as an AuthenticatorInfo class.

Implements

IYubiKeyResponseWithData<TData>.GetData()

Exceptions

Type Condition
InvalidOperationException

Thrown when Status is not Success.

In this article
Back to top Generated by DocFX