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 System.Object YubiKeyResponse PivResponse
AuthenticateResponse
ChangeReferenceDataResponse
CompleteAuthenticateManagementKeyResponse
CreateAttestationStatementResponse
GenerateKeyPairResponse
GetDataResponse
GetMetadataResponse
GetSerialNumberResponse
ImportAsymmetricKeyResponse
InitializeAuthenticateManagementKeyResponse
PutDataResponse
ResetPivResponse
ResetRetryResponse
SetManagementKeyResponse
SetPinRetriesResponse
VerifyPinResponse
VersionResponse
Implements
IYubiKeyResponse

Constructors

Name Description
PivResponse(ResponseApdu)

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

Properties

Name Description
StatusCodeMap

See Also

IYubiKeyResponse
Generated by DocFX