Discuss this help topic in SecureBlackbox Forum

TElClientTSPInfo.CMS

TElClientTSPInfo     See also     


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


This property contains body of the signature made by timestamp server.

Declaration

[C#]
    byte[] CMS;

[VB.NET]
    Property CMS As Byte()

[Pascal]
    property CMS: ByteArray;

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

[PHP]
    string get_CMS()

[Java]
    byte[] getCMS();

Description

    Use this read-only property to obtain body of the signature made by timestamp server.

See also:     ParseCMS    

Discuss this help topic in SecureBlackbox Forum