ContentInfo Class
The ContentInfo 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.
Assembly: System.Security (in System.Security.dll)
| Name | Description | |
|---|---|---|
![]() | ContentInfo(array<Byte>^) | The ContentInfo(array<Byte>^) constructor creates an instance of the ContentInfo class by using an array of byte values as the data and a default object identifier (OID) that represents the content type. |
![]() | ContentInfo(Oid^, array<Byte>^) | The ContentInfo(Oid^, array<Byte>^) constructor creates an instance of the ContentInfo class by using the specified content type and an array of byte values as the data. |
| Name | Description | |
|---|---|---|
![]() | Content | The Content property retrieves the content of the CMS/PKCS #7 message. |
![]() | ContentType | The ContentType property retrieves the Oid object that contains the object identifier (OID) of the content type of the inner content of the CMS/PKCS #7 message. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Releases unmanaged resources and performs other cleanup operations before the ContentInfo instance is reclaimed by garbage collection.(Overrides Object::Finalize().) |
![]() ![]() | GetContentType(array<Byte>^) | The GetContentType static method retrieves the outer content type of the encoded ContentInfo message represented by an array of byte values. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



