Show / Hide Table of Contents

GetData Method

GetData()

Return the data returned by the YubiKey as a List.

C#
public IReadOnlyList<TemplateInfo> GetData()

Returns

IReadOnlyList<TemplateInfo>

Implements

IYubiKeyResponseWithData<TData>.GetData()

Remarks

If there are no fingerprints enrolled, this will return a List with zero elements.

In this article
Back to top Generated by DocFX