Class BioEnrollEnumerateResponse
The response partner to the BioEnrollEnumerateCommand.
public class BioEnrollEnumerateResponse : Fido2Response, IYubiKeyResponseWithData<IReadOnlyList<TemplateInfo>>, IYubiKeyResponse
- Inheritance
-
objectBioEnrollEnumerateResponse
- Implements
- Inherited Members
Constructors
BioEnrollEnumerateResponse(ResponseApdu)
Constructs a new instance of BioEnrollEnumerateResponse based on a response APDU provided by the YubiKey.
public BioEnrollEnumerateResponse(ResponseApdu responseApdu)
Parameters
responseApdu
ResponseApduA response APDU containing the CBOR response data for the
authenticatorCredentialManagement
command.
Properties
StatusCodeMap
Overridden to modify the messages associated with certain status words. The messages match the status words' meanings as described in the FIDO2 specifications.
protected override YubiKeyResponse.ResponseStatusPair StatusCodeMap { get; }
Property Value
Methods
GetData()
Return the data returned by the YubiKey as a List
.
public IReadOnlyList<TemplateInfo> GetData()
Returns
- IReadOnlyList<TemplateInfo>
Remarks
If there are no fingerprints enrolled, this will return a List
with zero elements.