Gets or sets the inner content information for this CMS/PKCS #7 message. It contains the content type identifier and content data.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Property ContentInfo As ContentInfo
	Get
	Set
C#
public ContentInfo ContentInfo { get; set; }

Field Value

The inner content.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also