Show / Hide Table of Contents

PivResponse Class

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

Base class for all PIV responses. Use this class to represent the status of a PIV command, or one of its derived classes to retrieve the full response.

C#
public class PivResponse : YubiKeyResponse, IYubiKeyResponse
Inheritance object YubiKeyResponse PivResponse
AuthenticateResponse
ChangeReferenceDataResponse
CompleteAuthenticateManagementKeyResponse
CreateAttestationStatementResponse
DeleteKeyResponse
GenerateKeyPairResponse
GetBioMetadataResponse
GetDataResponse
GetMetadataResponse
GetSerialNumberResponse
ImportAsymmetricKeyResponse
InitializeAuthenticateManagementKeyResponse
MoveKeyResponse
PutDataResponse
ResetPivResponse
ResetRetryResponse
SetManagementKeyResponse
SetPinRetriesResponse
VerifyPinResponse
VerifyTemporaryPinResponse
VerifyUvResponse
VersionResponse
Implements
IYubiKeyResponse

Constructors

Name Description
PivResponse(ResponseApdu)

Constructs a PivResponse based on a ResponseApdu received from the YubiKey.

Properties

Name Description
StatusCodeMap

Retrieves the details describing the processing state.

See Also

IYubiKeyResponse
In this article
Back to top Generated by DocFX