Show / Hide Table of Contents

CredentialManagementResponse Class

Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dll

The response partner to the CredentialManagementCommand.

C#
public class CredentialManagementResponse : Fido2Response, IYubiKeyResponseWithData<CredentialManagementData>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response CredentialManagementResponse
Implements
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.

In this article
Back to top Generated by DocFX