Discuss this help topic in SecureBlackbox Forum

TElPKCS7Signer.Content

TElPKCS7Signer     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property returns message content.

Declaration

[C#]
    byte[] Content;

[VB.NET]
    Property Content As Byte()

[Pascal]
    property Content : ByteArray;

[C++]
    void get_Content(std::vector<uint8_t> &OutResult);

[PHP]
    string get_Content()

[Java]
    byte[] getContent();

Description

    Use this property to get the message content.

Discuss this help topic in SecureBlackbox Forum