The EnvelopedData 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 FrameworkContentEncryptionAlgorithm
Gets the identifier of the algorithm used to encrypt the content.
Public propertySupported by the .NET Compact FrameworkContentInfo
Gets 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 FrameworkHasPrivateKey
Returns a value indicating whether the private key to decrypt the symmetric key and encrypted content is available.
Public propertySupported by the .NET Compact FrameworkIsEncrypted
Gets a value indicating whether the content is encrypted.
Public propertySupported by the .NET Compact FrameworkRecipientInfos
Gets the collection of recipients 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.
Public propertySupported by the .NET Compact FrameworkUnprotectedAttributes
Gets the collection of unprotected (unencrypted) attributes associated with this CMS/PKCS #7 message.

See Also