EnvelopedData.ContentInfo Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
ContentInfo
Gets the inner content information for this CMS/PKCS #7 message. It contains the content type identifier and content data.
Declaration
public ContentInfo ContentInfo { get; set; }
Property Value
Type | Description |
---|---|
ContentInfo | The inner content. |