Show / Hide Table of Contents

GetData Method

GetData()

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

C#
public MakeCredentialData GetData()

Returns

MakeCredentialData

A new instance of MakeCredentialData.

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