Discuss this help topic in SecureBlackbox Forum

TElCMSSigPolicyQualifier.ExplicitText

TElCMSSigPolicyQualifier     See also     


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


This property contains explicit text of the user notice.

Declaration

[C#]
    string ExplicitText;

[VB.NET]
    Property ExplicitText As String

[Pascal]
    property ExplicitText : string;

[C++]
    void get_ExplicitText(std::string &OutResult);
    void set_ExplicitText(const std::string &Value);

[PHP]
    string get_ExplicitText()
    void set_ExplicitText(string $Value)

[Java]
    String getExplicitText();
    void setExplicitText(String Value);

Description

    Use this property to specify the explicit text of the user notice to be displayed when the signature is verified.

See also:     QualifierType     NoticeNumbers    

Discuss this help topic in SecureBlackbox Forum