The SignedData type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCertificateFinder
Gets or sets the ICertificateFinder to be used to find certificates corresponding to a SubjectIdentifier.
Public propertySupported by the .NET Compact FrameworkCertificateRevocationLists
Gets the collection of certificate revocation lists (CRLs) that are embedded in the message.
Public propertySupported by the .NET Compact FrameworkCertificates
Gets the collection of certificates that are embedded in the message.
Public propertySupported by the .NET Compact FrameworkContentInfo
Gets or sets the inner content information for this CMS/PKCS #7 message. It contains the content type identifier and content data.
Public propertySupported by the .NET Compact FrameworkDetached
Gets or sets a value indicating whether the actual content is detached from the message.
Public propertySupported by the .NET Compact FrameworkIncludeOption
Specifies what parts of the certificate chain should be included in the signed data.
Public propertySupported by the .NET Compact FrameworkSignerInfos
Gets the collection of signers associated with this CMS/PKCS #7 message.
Public propertySupported by the .NET Compact FrameworkSilent
Gets or sets a value indicating whether cryptographic providers are allowed to display any user interface (UI) when working with private keys.

See Also