Click or drag to resize

ContentInfo2 Class

Note: This API is now obsolete.

The ContentInfo2 class represents the CMS/PKCS #7 ContentInfo data structure as defined in the CMS/PKCS #7 standards document. This data structure is the basis for all CMS/PKCS #7 messages.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Cryptography.PkcsContentInfo2

Namespace:  SysadminsLV.PKI.Cryptography.Pkcs
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[ObsoleteAttribute]
public sealed class ContentInfo2

The ContentInfo2 type exposes the following members.

Constructors
  NameDescription
Public methodContentInfo2
Creates an instance of the ContentInfo2 class by using an array of byte values as the data.
Top
Properties
  NameDescription
Public propertyContentType
Gets the type of the inner content of the CMS/PKCS #7 message.
Public propertyRawData
Gets the inner content value (without an envelope).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Gets textual representation of the object.
(Overrides ObjectToString.)
Top
Remarks
This class is a replacement of original ContentInfo class. Replacement was made because original class does not provide expected behavior.
See Also