Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.ContentType

TElCMSSignature     See also     


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


This property specifies the type of message content.

Declaration

[C#]
    byte[] ContentType;

[VB.NET]
    Property ContentType As Byte()

[Pascal]
    property ContentType : ByteArray;

[C++]
    void get_ContentType(std::vector<uint8_t> &OutResult);
    void set_ContentType(const std::vector<uint8_t> &Value);

[PHP]
    string get_ContentType()
    void set_ContentType(array of byte|string|NULL $Value)

[Java]
    byte[] getContentType();
    void setContentType(byte[] V);

Parameters

  • V -

Description

    Use this property to get or set the string, specifying message content type.

See also:     ContentIdentifier     ContentReference     ContentHints    

Discuss this help topic in SecureBlackbox Forum