X509CertificateRequest Properties |
The X509CertificateRequest type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets X509AttributeCollection object that contains a collection of attributes
associated with the certificate request.
(Inherited from X509CertificateRequestPkcs10.) | |
Extensions |
Gets a collection of X509Extension objects included in the request.
(Inherited from X509CertificateRequestPkcs10.) | |
ExternalData |
Gets external PKCS7/CMC envelope. External envelope is aplicable only for PKCS7/CMC requests.
| |
PublicKey |
Gets a PublicKey object associated with a certificate
(Inherited from X509CertificateRequestPkcs10.) | |
RawData |
Gets the raw data of a certificate request.
(Inherited from X509CertificateRequestPkcs10.) | |
RequestType |
Gets request format. Can be either PKCS10 or PKCS7.
| |
SignatureAlgorithm |
Gets the algorithm used to create the signature of a certificate request.
(Inherited from X509CertificateRequestPkcs10.) | |
SignatureIsValid |
Gets request signature status. Returns True if signature is valid, False otherwise.
(Inherited from X509CertificateRequestPkcs10.) | |
Subject |
Gets textual form of the distinguished name of the request subject.
(Inherited from X509CertificateRequestPkcs10.) | |
SubjectDn | Obsolete.
Gets the distinguished name of the request subject.
| |
SubjectName |
Gets the distinguished name of the request subject.
(Inherited from X509CertificateRequestPkcs10.) | |
Version |
Gets the X.509 format version of a certificate request.
(Inherited from X509CertificateRequestPkcs10.) |