Table of Contents

Enum PivDataTag

Namespace
Yubico.YubiKey.Piv
Assembly
Yubico.YubiKey.dll

The PIV standard-defined tags for the GET DATA and PUT DATA commands.

public enum PivDataTag
Extension Methods

Fields

Authentication = 6275333

Tag for the cert for the key in slot 9A.

BiometricGroupTemplate = 32609

Tag for the biometric information group template.

Capability = 6275335

Tag for Cardholder Capability Container.

CardAuthentication = 6275329

Tag for the cert for the key in slot 9E.

Chuid = 6275330

Tag for CHUID, the Cardholder Unique ID.

Discovery = 126

Tag for Information PIV AID plus PIN usage policy. Not available for PutDataCommand

FacialImage = 6275336

Tag for the cardholder facial image.

Fingerprints = 6275331

Tag for the cardholder fingerprints.

IrisImages = 6275361

Tag for the cardholder iris images.

KeyHistory = 6275340

Tag for the key history object.

KeyManagement = 6275339

Tag for the cert for the key in slot 9D.

PairingCodeReferenceData = 6275363

Tag for the pairing code reference data.

Printed = 6275337

Tag for information printed on the card. Not available for PutDataCommand

Note that Yubico uses this tag, and if you GET the data stored in the Printed tag, it might contain non-standard information.

Retired1 = 6275341

Tag for the cert for the key in slot 82.

Retired10 = 6275350

Tag for the cert for the key in slot 8B.

Retired11 = 6275351

Tag for the cert for the key in slot 8C.

Retired12 = 6275352

Tag for the cert for the key in slot 8D.

Retired13 = 6275353

Tag for the cert for the key in slot 8E.

Retired14 = 6275354

Tag for the cert for the key in slot 8F.

Retired15 = 6275355

Tag for the cert for the key in slot 90.

Retired16 = 6275356

Tag for the cert for the key in slot 91.

Retired17 = 6275357

Tag for the cert for the key in slot 92.

Retired18 = 6275358

Tag for the cert for the key in slot 93.

Retired19 = 6275359

Tag for the cert for the key in slot 94.

Retired2 = 6275342

Tag for the cert for the key in slot 83.

Retired20 = 6275360

Tag for the cert for the key in slot 95.

Retired3 = 6275343

Tag for the cert for the key in slot 84.

Retired4 = 6275344

Tag for the cert for the key in slot 85.

Retired5 = 6275345

Tag for the cert for the key in slot 86.

Retired6 = 6275346

Tag for the cert for the key in slot 87.

Retired7 = 6275347

Tag for the cert for the key in slot 88.

Retired8 = 6275348

Tag for the cert for the key in slot 89.

Retired9 = 6275349

Tag for the cert for the key in slot 8A.

SecureMessageSigner = 6275362

Tag for the secure messaging certificate signer.

SecurityObject = 6275334

Tag for the security object.

Signature = 6275338

Tag for the cert for the key in slot 9C.

Unknown = 0

Remarks

The GET DATA and PUT DATA commands take in a "tag" indicating what data is requested (GET) or supplied (PUT). This enum has values for each of the tags defined in the PIV standard.