5#include "system/object.h"
6#include "content_info.h"
9namespace System{
namespace Security{
namespace Cryptography{
namespace Pkcs{
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Signs content as per CMS/PKCS #7 standard. Not implemented. Objects of this class should only be allo...
Definition: signed_cms.h:17
void ComputeSignature(const SharedPtr< CmsSigner > &signer, bool silent)
Creates a signature.
System::ArrayPtr< uint8_t > Encode()
Encodes CMS/PKCS #7 message.
SignedCms(const SharedPtr< ContentInfo > &content, bool detached)
Constructor.
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9