Click or drag to resize

PdfCertificate Properties

The PdfCertificate type exposes the following members.

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