System.Security.Cryptography.Pkcs.EnvelopedCms.RecipientInfos Property

The EnvelopedCms.RecipientInfos property retrieves the recipient information associated with the enveloped CMS/PKCS #7 message.

Syntax

public RecipientInfoCollection RecipientInfos { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Although this property is read-only, a modification to the System.Security.Cryptography.Pkcs.RecipientInfo objects in the System.Security.Cryptography.Pkcs.RecipientInfoCollection can be done by using their properties.

The EnvelopedCms.RecipientInfos property is not populated as a result of calling the EnvelopedCms.Encode method nor any of the overloaded EnvelopedCms.Encrypt methods.

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