PdfCertificate Properties |
The PdfCertificate type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Archived |
Gets or sets a value indicating that an X.509 certificate is archived.
(Inherited from
X509Certificate2
.)
|
|
|
Extensions |
Gets a collection of
X509Extension
objects.
(Inherited from
X509Certificate2
.)
|
|
|
FriendlyName |
Gets or sets the associated alias for a certificate.
(Inherited from
X509Certificate2
.)
|
|
|
Handle |
Gets a handle to a Microsoft Cryptographic API certificate context described by an unmanaged PCCERT_CONTEXT structure.
(Inherited from
X509Certificate
.)
|
|
|
HasPrivateKey |
Gets a value that indicates whether an
X509Certificate2
object contains a private key.
(Inherited from
X509Certificate2
.)
|
|
|
Issuer |
Gets the name of the certificate authority that issued the X.509v3 certificate.
(Inherited from
X509Certificate
.)
|
|
|
IssuerName |
Gets the distinguished name of the certificate issuer.
(Inherited from
X509Certificate2
.)
|
|
|
NotAfter |
Gets the date in local time after which a certificate is no longer valid.
(Inherited from
X509Certificate2
.)
|
|
|
NotBefore |
Gets the date in local time on which a certificate becomes valid.
(Inherited from
X509Certificate2
.)
|
|
|
PrivateKey |
Gets or sets the
AsymmetricAlgorithm
object that represents the private key associated with a certificate.
(Inherited from
X509Certificate2
.)
|
|
|
PublicKey |
Gets a
PublicKey
object associated with a certificate.
(Inherited from
X509Certificate2
.)
|
|
|
RawData |
Gets the raw data of a certificate.
(Inherited from
X509Certificate2
.)
|
|
|
SerialNumber |
Gets the serial number of a certificate.
(Inherited from
X509Certificate2
.)
|
|
|
SignatureAlgorithm |
Gets the algorithm used to create the signature of a certificate.
(Inherited from
X509Certificate2
.)
|
|
|
Subject |
Gets the subject distinguished name from the certificate.
(Inherited from
X509Certificate
.)
|
|
|
SubjectName |
Gets the subject distinguished name from a certificate.
(Inherited from
X509Certificate2
.)
|
|
|
Thumbprint |
Gets the thumbprint of a certificate.
(Inherited from
X509Certificate2
.)
|
|
|
Version |
Gets the X.509 format version of a certificate.
(Inherited from
X509Certificate2
.)
|