GetData Method
GetData()
Return the data returned by the YubiKey as a List
.
C#
public IReadOnlyList<TemplateInfo> GetData()
Returns
System.Collections.Generic.IReadOnlyList<TemplateInfo>
Implements
Remarks
If there are no fingerprints enrolled, this will return a List
with zero elements.