Show / Hide Table of Contents

GetData Method

GetData()

Returns a new instance of GetAssertionData containing the credential (a public key) and other information.

C#
public GetAssertionData GetData()

Returns

GetAssertionData

A new instance of GetAssertionData.

Implements

IYubiKeyResponseWithData<TData>.GetData()

Exceptions

Type Condition
InvalidOperationException

The response indicates there was an error, so there is no data to return.

In this article
Back to top Generated by DocFX