EnvelopedCms.RecipientInfos 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得集合,其代表已解碼訊息的收件者清單。 預設值為空集合。
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 期間,這個屬性的值會取代為不同的集合物件,然後代表從解碼訊息中讀取的憑證。