Click or drag to resize

SignedCmsBuilder Properties

The SignedCmsBuilder type exposes the following members.

Properties
  NameDescription
Public propertyCertificates
Gets a collection of certificates contained in signed message.
Public propertyContentType
Gets the object identifier that identifies the content type stored in current object.
Public propertyDigestAlgorithms
Gets a collection of hashing algorithms.
Public propertyRevocationLists
Gets an array of certificate revocation lists contained in the message.
Public propertySignerInfos
Gets a collection of signer infos. This collection is read-only and populated automatically by signing current object.
Public propertyVersion
Gets the version of the CMS/PKCS#7 message. Currently, only version 1 is defined.
Top
See Also