CredentialManagementResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThe response partner to the CredentialManagementCommand.
C#
public class CredentialManagementResponse : Fido2Response, IYubiKeyResponseWithData<CredentialManagementData>, IYubiKeyResponse
Remarks
Some subcommands return no data, they simply return a success of failure code.
Constructors
Name | Description |
---|---|
CredentialManagementResponse(ResponseApdu) | Constructs a new instance of CredentialManagementResponse based on a response APDU provided by the YubiKey. |
Methods
Name | Description |
---|---|
GetData() | Gets the data from the YubiKey response. |