Click or drag to resize
GDPKICertificate Class
X.509 Public Key Certificate.
Inheritance Hierarchy
SystemObject
  GDGDPKICertificate

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public sealed class GDPKICertificate : IClosable

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
Methods
  NameDescription
Public methodClose
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference