The members of System.Security.Cryptography.Pkcs.EnvelopedCms are listed below.
See Also: Inherited members from System.Object
The EnvelopedCms.#ctor constructor creates an instance of the System.Security.Cryptography.Pkcs.EnvelopedCms class. | ||
The EnvelopedCms.#ctor(ContentInfo) constructor creates an instance of the System.Security.Cryptography.Pkcs.EnvelopedCms class by using the specified content information as the inner content type. | ||
The EnvelopedCms.#ctor(ContentInfo, AlgorithmIdentifier) constructor creates an instance of the System.Security.Cryptography.Pkcs.EnvelopedCms class by using the specified content information and encryption algorithm. The specified content information is to be used as the inner content type. | ||
The EnvelopedCms.#ctor(SubjectIdentifierType, ContentInfo) constructor creates an instance of the System.Security.Cryptography.Pkcs.EnvelopedCms class by using the specified subject identifier type and content information. The specified content information is to be used as the inner content type. | ||
The EnvelopedCms.#ctor(SubjectIdentifierType, ContentInfo, AlgorithmIdentifier) constructor creates an instance of the System.Security.Cryptography.Pkcs.EnvelopedCms class by using the specified subject identifier type, content information, and encryption algorithm. The specified content information is to be used as the inner content type. |
| [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. |
Decode(byte[])
| ||
Decrypt()
| ||
Decrypt(RecipientInfo)
| ||
Decrypt(System.Security.Cryptography.X509Certificates.X509Certificate2Collection)
| ||
Decrypt(RecipientInfo, System.Security.Cryptography.X509Certificates.X509Certificate2Collection)
| ||
Encode()
| ||
Encrypt()
| ||
Encrypt(CmsRecipient)
| ||
Encrypt(CmsRecipientCollection)
| ||