EnvelopedCms.ContentInfo 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包裹 CMS/PKCS#7 訊息的內容資訊。
public:
property System::Security::Cryptography::Pkcs::ContentInfo ^ ContentInfo { System::Security::Cryptography::Pkcs::ContentInfo ^ get(); };
public System.Security.Cryptography.Pkcs.ContentInfo ContentInfo { get; }
member this.ContentInfo : System.Security.Cryptography.Pkcs.ContentInfo
Public ReadOnly Property ContentInfo As ContentInfo
屬性值
信封 CMS/PKCS#7 訊息的內容資訊。
備註
EnvelopedCms當類別用來加密資料時,這個屬性的值代表要加密的資料。 呼叫方法之後 Encrypt ,它不會取代為加密的內容。
這個屬性的值會在呼叫 Decode 期間取代,然後代表從訊息解碼的加密內容。 成功呼叫 Decrypt 方法之後,值會再次取代為解密的訊息內容。