The properties of System.Security.Cryptography.Pkcs.EnvelopedCms are listed below. For a list of all members, see the EnvelopedCms Members list.
See Also: Inherited members from System.Object
| [read-only] | Certificates | System.Security.Cryptography.X509Certificates.X509Certificate2Collection.
The EnvelopedCms.Certificates property retrieves the set of certificates associated with the enveloped CMS/PKCS #7 message. |
| [read-only] | ContentEncryptionAlgorithm | AlgorithmIdentifier.
The EnvelopedCms.ContentEncryptionAlgorithm property retrieves the identifier of the algorithm used to encrypt the content. |
| [read-only] | ContentInfo | ContentInfo.
The EnvelopedCms.ContentInfo property retrieves the inner content information for the enveloped CMS/PKCS #7 message. |
| [read-only] | RecipientInfos | RecipientInfoCollection.
The EnvelopedCms.RecipientInfos property retrieves the recipient information associated with the enveloped CMS/PKCS #7 message. |
| [read-only] | UnprotectedAttributes | System.Security.Cryptography.CryptographicAttributeObjectCollection.
The EnvelopedCms.UnprotectedAttributes property retrieves the unprotected (unencrypted) attributes associated with the enveloped CMS/PKCS #7 message. Unprotected attributes are not encrypted, and so do not have data confidentiality within an System.Security.Cryptography.Pkcs.EnvelopedCms object. |
| [read-only] | Version | int.
The EnvelopedCms.Version property retrieves the version of the enveloped CMS/PKCS #7 message. |