Show / Hide Table of Contents

GetData Method

GetData()

Gets the list of Credential objects.

C#
public List<Credential> GetData()

Returns

List<Credential>

The list of credentials.

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