Click or drag to resize

X509CertificateRequest Properties

The X509CertificateRequest type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets X509AttributeCollection object that contains a collection of attributes associated with the certificate request.
(Inherited from X509CertificateRequestPkcs10.)
Public propertyExtensions
Gets a collection of X509Extension objects included in the request.
(Inherited from X509CertificateRequestPkcs10.)
Public propertyExternalData
Gets external PKCS7/CMC envelope. External envelope is aplicable only for PKCS7/CMC requests.
Public propertyPublicKey
Gets a PublicKey object associated with a certificate
(Inherited from X509CertificateRequestPkcs10.)
Public propertyRawData
Gets the raw data of a certificate request.
(Inherited from X509CertificateRequestPkcs10.)
Public propertyRequestType
Gets request format. Can be either PKCS10 or PKCS7.
Public propertySignatureAlgorithm
Gets the algorithm used to create the signature of a certificate request.
(Inherited from X509CertificateRequestPkcs10.)
Public propertySignatureIsValid
Gets request signature status. Returns True if signature is valid, False otherwise.
(Inherited from X509CertificateRequestPkcs10.)
Public propertySubject
Gets textual form of the distinguished name of the request subject.
(Inherited from X509CertificateRequestPkcs10.)
Public propertySubjectDn Obsolete.
Gets the distinguished name of the request subject.
Public propertySubjectName
Gets the distinguished name of the request subject.
(Inherited from X509CertificateRequestPkcs10.)
Public propertyVersion
Gets the X.509 format version of a certificate request.
(Inherited from X509CertificateRequestPkcs10.)
Top
See Also