GetData Method
GetData()
Gets the list of Credential objects.
C#
public List<Credential> GetData()
Returns
System.Collections.Generic.List<Credential>
The list of credentials.
Implements
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | |
MalformedYubiKeyResponseException | Thrown when the data provided does not meet the expectations, and cannot be parsed. |