EnvelopedCms.UnprotectedAttributes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與包裹 CMS/PKCS#7 訊息建立關聯的未受保護 (未加密) 屬性集合。
public:
property System::Security::Cryptography::CryptographicAttributeObjectCollection ^ UnprotectedAttributes { System::Security::Cryptography::CryptographicAttributeObjectCollection ^ get(); };
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnprotectedAttributes { get; }
member this.UnprotectedAttributes : System.Security.Cryptography.CryptographicAttributeObjectCollection
Public ReadOnly Property UnprotectedAttributes As CryptographicAttributeObjectCollection
屬性值
與信封 CMS/PKCS#7 訊息相關聯的未加密 (未加密) 屬性集合。
備註
EnvelopedCms當類別用來加密數據時,這個集合的內容會在呼叫其中Encrypt一個方法時內嵌到擱置的訊息中。 加密作業之後的變更沒有任何作用。
這個屬性的值會在呼叫 Decode期間以不同的集合物件取代,然後代表附加至訊息的屬性,而不加密。