MakeCredentialResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThis is the partner response class to the MakeCredentialCommand command class.
C#
public class MakeCredentialResponse : Fido2Response, IYubiKeyResponseWithData<MakeCredentialData>, IYubiKeyResponse
Constructors
Name | Description |
---|---|
MakeCredentialResponse(ResponseApdu) | Constructs a new instance of the MakeCredentialResponse class based on a response APDU provided by the YubiKey. |
Methods
Name | Description |
---|---|
GetData() | Returns a new instance of MakeCredentialData containing the credential (a public key) and other information. |