Overload List

  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.

See Also