The EnvelopedData type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | AcquirePrivateKey |
Tries acquiring a private key unless it is already available.
|
![]() ![]() | Clone |
Creates a copy of this object.
|
![]() ![]() | Decode |
Decodes an encoded CMS/PKCS #7 encrypted message from raw data.
Upon successful decoding, information can be retrieved using EnvelopedData
methods and properties.
|
![]() ![]() | Decrypt |
Decrypts the contents of the CMS/PKCS #7 message.
|
![]() ![]() | Encode |
Encodes the EnvelopedData object into CMS/PKCS #7 message data.
|
![]() ![]() | Encrypt |
Encrypts the contents of the CMS/PKCS #7 message.
|
![]() ![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() ![]() | GetSymmetricAlgorithm |
Gets the symmetric algorithm used to encrypt or decrypt the content,
or null if it cannot be retrieved.
|
![]() ![]() | GetSymmetricKey |
Gets the symmetric key used to encrypt the message,
or null if it cannot be retrieved.
|
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() ![]() | IsEnvelopedData |
Determines whether the specified content info ASN.1 sequence is an enveloped data sequence.
|
![]() ![]() | Load |
Loads a CMS/PKCS #7 encrypted message from a stream.
Upon successful decoding, information can be retrieved using EnvelopedData
methods and properties.
|
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Save |
Saves EnvelopedData into a stream.
|
![]() ![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |