Click or drag to resize

X509CertificateRequestPkcs10 Properties

The X509CertificateRequestPkcs10 type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets X509AttributeCollection object that contains a collection of attributes associated with the certificate request.
Public propertyExtensions
Gets a collection of X509Extension objects included in the request.
Public propertyPublicKey
Gets a PublicKey object associated with a certificate
Public propertyRawData
Gets the raw data of a certificate request.
Public propertySignatureAlgorithm
Gets the algorithm used to create the signature of a certificate request.
Public propertySignatureIsValid
Gets request signature status. Returns True if signature is valid, False otherwise.
Public propertySubject
Gets textual form of the distinguished name of the request subject.
Public propertySubjectName
Gets the distinguished name of the request subject.
Public propertyVersion
Gets the X.509 format version of a certificate request.
Top
See Also