Click or drag to resize

X509CertificateRequestCmc Properties

The X509CertificateRequestCmc type exposes the following members.

Properties
  NameDescription
Public propertyCertificates
Gets a collection of certificates contained in signed message.
(Inherited from SignedPkcs7<T>.)
Public propertyContent
Gets the content of the current signed message. Object type is determined by implementer based on ContentType information.
(Inherited from SignedPkcs7<T>.)
Public propertyContentType
Gets the object identifier that identifies the content type stored in Content member.
(Inherited from SignedPkcs7<T>.)
Public propertyDigestAlgorithms
Gets a collection of hashing algorithms.
(Inherited from SignedPkcs7<T>.)
Public propertyRawData
Gets the ASN.1-encoded byte array that represents current object.
(Inherited from SignedPkcs7<T>.)
Public propertyRevocationLists
Gets an array of certificate revocation lists contained in the message.
(Inherited from SignedPkcs7<T>.)
Public propertySignerInfos
Gets an array of signer information that were used to sign the message.
(Inherited from SignedPkcs7<T>.)
Public propertyVersion
Gets the version of the CMS/PKCS#7 message. Currently, only version 1 is defined.
(Inherited from SignedPkcs7<T>.)
Top
See Also