Click or drag to resize
GDPKICertificate Properties

The GDPKICertificate type exposes the following members.

Properties
  NameDescription
Public propertyBinaryX509DER
Gets binary DER encoded representation of the X.509 certificate data.
Public propertyIssuer
Gets value of the X.509 Issuer field of the certificate.
Public propertyKeyUsage
Gets value of the X.509 Key Usage field of the certificate.
Public propertyNotAfterDate
Gets value of the X.509 Validity: Not After date of the certificate.
Public propertyNotBeforeDate
Gets value of the X.509 Validity: Not Before date of the certificate.
Public propertySerialNumber
Gets value of the X.509 Serial Number field of the certificate.
Public propertySubjectAlternativeName
Gets value of the X.509 Subject Alternative Name field of the certificate.
Public propertySubjectName
Gets value of the X.509 Subject field of the certificate.
Public propertyVersion
Gets the X.509 version of the certificate.
Top
See Also