Freigeben über


SignedCms.ContentInfo Eigenschaft

Definition

Die ContentInfo-Eigenschaft ruft den inneren Inhalt der codierten CMS/PKCS #7-Meldung ab.

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

Eigenschaftswert

ContentInfo

Ein ContentInfo-Objekt, das den Inhalt der codierten CMS/PKCS #7-Meldung darstellt.

Gilt für

Siehe auch