Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.ContentHints

TElCMSSignature     See also     


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


This property describes message content.

Declaration

[C#]
    TElCMSContentHints ContentHints;

[VB.NET]
    Property ContentHints As TElCMSContentHints

[Pascal]
    property ContentHints : TElCMSContentHints;

[C++]
    TElCMSContentHints* get_ContentHints();

[PHP]
    TElCMSContentHints get_ContentHints()

[Java]
    TElCMSContentHints getContentHints();

Description

    Use this property to get information about the content of signed message.

See also:     ContentIdentifier     ContentReference     ContentType    

Discuss this help topic in SecureBlackbox Forum