System.Security.Cryptography.Pkcs.EnvelopedCms: Property Members

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

Public Properties

[read-only]
CertificatesSystem.Security.Cryptography.X509Certificates.X509Certificate2Collection.

The EnvelopedCms.Certificates property retrieves the set of certificates associated with the enveloped CMS/PKCS #7 message.

[read-only]
ContentEncryptionAlgorithmAlgorithmIdentifier.

The EnvelopedCms.ContentEncryptionAlgorithm property retrieves the identifier of the algorithm used to encrypt the content.

[read-only]
ContentInfoContentInfo.

The EnvelopedCms.ContentInfo property retrieves the inner content information for the enveloped CMS/PKCS #7 message.

[read-only]
RecipientInfosRecipientInfoCollection.

The EnvelopedCms.RecipientInfos property retrieves the recipient information associated with the enveloped CMS/PKCS #7 message.

[read-only]
UnprotectedAttributesSystem.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]
Versionint.

The EnvelopedCms.Version property retrieves the version of the enveloped CMS/PKCS #7 message.