The EnvelopedData type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | CertificateFinder |
Gets or sets the ICertificateFinder to be used to find certificates
corresponding to a SubjectIdentifier.
|
![]() ![]() | CertificateRevocationLists |
Gets the collection of certificate revocation lists (CRLs) that are embedded in the message.
|
![]() ![]() | Certificates |
Gets the collection of certificates that are embedded in the message.
|
![]() ![]() | ContentEncryptionAlgorithm |
Gets the identifier of the algorithm used to encrypt the content.
|
![]() ![]() | ContentInfo |
Gets the inner content information for this CMS/PKCS #7 message.
It contains the content type identifier and content data.
|
![]() ![]() | HasPrivateKey |
Returns a value indicating whether the private key to decrypt the symmetric key
and encrypted content is available.
|
![]() ![]() | IsEncrypted |
Gets a value indicating whether the content is encrypted.
|
![]() ![]() | RecipientInfos |
Gets the collection of recipients associated with this CMS/PKCS #7 message.
|
![]() ![]() | Silent |
Gets or sets a value indicating whether cryptographic providers
are allowed to display any user interface (UI) when working with private keys.
|
![]() ![]() | UnprotectedAttributes |
Gets the collection of unprotected (unencrypted) attributes associated with this CMS/PKCS #7 message.
|