EnvelopedCms.RecipientInfos 属性

定义

获取一个集合,该集合表示解码的消息的收件人列表。 默认值为空集合。

public:
 property System::Security::Cryptography::Pkcs::RecipientInfoCollection ^ RecipientInfos { System::Security::Cryptography::Pkcs::RecipientInfoCollection ^ get(); };
public System.Security.Cryptography.Pkcs.RecipientInfoCollection RecipientInfos { get; }
member this.RecipientInfos : System.Security.Cryptography.Pkcs.RecipientInfoCollection
Public ReadOnly Property RecipientInfos As RecipientInfoCollection

属性值

表示已解码邮件的收件人列表的集合。 默认值为空集合。

注解

虽然此属性是只读的,但可以使用其属性对 中的 RecipientInfoCollection 对象进行修改RecipientInfo

由于 RecipientInfos 调用 EnvelopedCms.Encode 方法或任何重载的 EnvelopedCms.Encrypt 方法,属性不会填充。

在调用 Decode期间,此属性的值将替换为不同的集合对象,该对象随后表示已读出解码消息的证书。

适用于