Show / Hide Table of Contents

IYubiKeyResponseWithData<TData> Interface

Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dll

An interface which allows for retrieval of returned data.

C#
public interface IYubiKeyResponseWithData<out TData> : IYubiKeyResponse
Type Parameters
Class.Header.Syntax.TypeParameters:Name Description
TData

The type of the data.

Remarks

Implementations of IYubiKeyResponse which also need to return data should implement this interface. Doing so provides callers a uniform means of retrieving data. Data returned can either be basic data types (strings, integers, etc.) or can be classes or structures representing complex data.

Methods

Name Description
GetData()

Gets the data from the YubiKey response.

In this article
Back to top Generated by DocFX