SignedCms.ContentInfo Eigenschaft

Definition

Die ContentInfo Eigenschaft ruft den inneren Inhalt der codierten CMS/PKCS #7-Nachricht 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

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

Gilt für:

Weitere Informationen