The EnvelopedData type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkEnvelopedData()()()()
Creates an instance of EnvelopedData class. It must be initialized using Load(Stream) or Decode(array<Byte>[]()[][]) methods before any other methods and properties can be accessed.
Public methodSupported by the .NET Compact FrameworkEnvelopedData(ContentInfo)
Creates an instance of SignedData class using the specified content information as the inner content.
Public methodSupported by the .NET Compact FrameworkEnvelopedData(ContentInfo, ObjectIdentifier)
Creates an instance of EnvelopedData class using the specified content information and encryption algorithm.
Public methodSupported by the .NET Compact FrameworkEnvelopedData(ContentInfo, ObjectIdentifier, Int32)
Creates an instance of EnvelopedData class using the specified content information and encryption algorithm.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkAcquirePrivateKey
Tries acquiring a private key unless it is already available.
Public methodSupported by the .NET Compact FrameworkClone
Creates a copy of this object.
Public methodSupported by the .NET Compact FrameworkDecode
Decodes an encoded CMS/PKCS #7 encrypted message from raw data. Upon successful decoding, information can be retrieved using EnvelopedData methods and properties.
Public methodSupported by the .NET Compact FrameworkDecrypt
Decrypts the contents of the CMS/PKCS #7 message.
Public methodSupported by the .NET Compact FrameworkEncode
Encodes the EnvelopedData object into CMS/PKCS #7 message data.
Public methodSupported by the .NET Compact FrameworkEncrypt
Encrypts the contents of the CMS/PKCS #7 message.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
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.)
Public methodSupported by the .NET Compact FrameworkGetSymmetricAlgorithm
Gets the symmetric algorithm used to encrypt or decrypt the content, or null if it cannot be retrieved.
Public methodSupported by the .NET Compact FrameworkGetSymmetricKey
Gets the symmetric key used to encrypt the message, or null if it cannot be retrieved.
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkIsEnvelopedData
Determines whether the specified content info ASN.1 sequence is an enveloped data sequence.
Public methodSupported by the .NET Compact FrameworkLoad
Loads a CMS/PKCS #7 encrypted message from a stream. Upon successful decoding, information can be retrieved using EnvelopedData methods and properties.
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSave
Saves EnvelopedData into a stream.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCertificateFinder
Gets or sets the ICertificateFinder to be used to find certificates corresponding to a SubjectIdentifier.
Public propertySupported by the .NET Compact FrameworkCertificateRevocationLists
Gets the collection of certificate revocation lists (CRLs) that are embedded in the message.
Public propertySupported by the .NET Compact FrameworkCertificates
Gets the collection of certificates that are embedded in the message.
Public propertySupported by the .NET Compact FrameworkContentEncryptionAlgorithm
Gets the identifier of the algorithm used to encrypt the content.
Public propertySupported by the .NET Compact FrameworkContentInfo
Gets the inner content information for this CMS/PKCS #7 message. It contains the content type identifier and content data.
Public propertySupported by the .NET Compact FrameworkHasPrivateKey
Returns a value indicating whether the private key to decrypt the symmetric key and encrypted content is available.
Public propertySupported by the .NET Compact FrameworkIsEncrypted
Gets a value indicating whether the content is encrypted.
Public propertySupported by the .NET Compact FrameworkRecipientInfos
Gets the collection of recipients associated with this CMS/PKCS #7 message.
Public propertySupported by the .NET Compact FrameworkSilent
Gets or sets a value indicating whether cryptographic providers are allowed to display any user interface (UI) when working with private keys.
Public propertySupported by the .NET Compact FrameworkUnprotectedAttributes
Gets the collection of unprotected (unencrypted) attributes associated with this CMS/PKCS #7 message.

See Also