System.Security.Cryptography.Pkcs.EnvelopedCms.ContentInfo Property

The EnvelopedCms.ContentInfo property retrieves the inner content information for the enveloped CMS/PKCS #7 message.

Syntax

public ContentInfo ContentInfo { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If you call any of the decrypt methods, such as EnvelopedCms.Decrypt, before viewing this property, the content returned is encrypted.

Requirements

Namespace: System.Security.Cryptography.Pkcs
Assembly: System.Security (in System.Security.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0