ContentInfo Constructor
.NET Framework 2.0
| Name | Description |
|---|---|
| ContentInfo (Byte[]) | The ContentInfo(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, Byte[]) | The ContentInfo(Oid,Byte[]) constructor creates an instance of the ContentInfo class by using the specified content type and an array of byte values as the data. |