Enum PivDataTag
The PIV standard-defined tags for the GET DATA and PUT DATA commands.
public enum PivDataTag
- Extension Methods
Fields
Authentication = 6275333Tag for the cert for the key in slot 9A.
BiometricGroupTemplate = 32609Tag for the biometric information group template.
Capability = 6275335Tag for Cardholder Capability Container.
CardAuthentication = 6275329Tag for the cert for the key in slot 9E.
Chuid = 6275330Tag for CHUID, the Cardholder Unique ID.
Discovery = 126Tag for Information PIV AID plus PIN usage policy. Not available for
PutDataCommandFacialImage = 6275336Tag for the cardholder facial image.
Fingerprints = 6275331Tag for the cardholder fingerprints.
IrisImages = 6275361Tag for the cardholder iris images.
KeyHistory = 6275340Tag for the key history object.
KeyManagement = 6275339Tag for the cert for the key in slot 9D.
PairingCodeReferenceData = 6275363Tag for the pairing code reference data.
Printed = 6275337Tag for information printed on the card. Not available for
PutDataCommandNote that Yubico uses this tag, and if you GET the data stored in the Printed tag, it might contain non-standard information.
Retired1 = 6275341Tag for the cert for the key in slot 82.
Retired10 = 6275350Tag for the cert for the key in slot 8B.
Retired11 = 6275351Tag for the cert for the key in slot 8C.
Retired12 = 6275352Tag for the cert for the key in slot 8D.
Retired13 = 6275353Tag for the cert for the key in slot 8E.
Retired14 = 6275354Tag for the cert for the key in slot 8F.
Retired15 = 6275355Tag for the cert for the key in slot 90.
Retired16 = 6275356Tag for the cert for the key in slot 91.
Retired17 = 6275357Tag for the cert for the key in slot 92.
Retired18 = 6275358Tag for the cert for the key in slot 93.
Retired19 = 6275359Tag for the cert for the key in slot 94.
Retired2 = 6275342Tag for the cert for the key in slot 83.
Retired20 = 6275360Tag for the cert for the key in slot 95.
Retired3 = 6275343Tag for the cert for the key in slot 84.
Retired4 = 6275344Tag for the cert for the key in slot 85.
Retired5 = 6275345Tag for the cert for the key in slot 86.
Retired6 = 6275346Tag for the cert for the key in slot 87.
Retired7 = 6275347Tag for the cert for the key in slot 88.
Retired8 = 6275348Tag for the cert for the key in slot 89.
Retired9 = 6275349Tag for the cert for the key in slot 8A.
SecureMessageSigner = 6275362Tag for the secure messaging certificate signer.
SecurityObject = 6275334Tag for the security object.
Signature = 6275338Tag 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.