Gets 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.

Remarks

This method returns the encrypted content for parsed messages and unencrypted content for newly created messages. To encrypt or decrypt the content, use Encrypt()()()() and Decrypt()()()() methods.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also