Share via


SignedCms.ContentInfo Propiedad

Definición

La propiedad ContentInfo recupera el contenido interno del mensaje CMS o PKCS #7 codificado.

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

Valor de propiedad

ContentInfo

Objeto ContentInfo que representa el contenido del mensaje CMS o PKCS #7 codificado.

Se aplica a

Consulte también