The following tables list the members exposed by the PivCardCertificate type.

Name Description
Public property CertInfo Allows public access to raw cert info. Data does not include TLV values related to PIV card container. The returned value can contain up to 1 bytes.
Public property CertificateData Allows public access to raw cert data.
Public property MSCUID Allows public access to raw MSCUID. Data does not include TLV values related to PIV card container. The returned value can contain up to 38 bytes.
Public property RawData Allows public access to the raw data of the X509 certificate container. This contains all tags including the leading '53' container tag.
Public property X509Certificate Public access to Microsoft X509Certificate2 class defined in System.Security.Cryptography.X509Certificates. This allows easy usage of X509 certificates on Microsoft Windows systems with .NET framework 2.0 and up.
Top