Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.AlgorithmCaption

TElPDFSignatureWidgetProps     See also     


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


Contains caption for information about the signature algorithm.

Declaration

[C#]
    string AlgorithmCaption;

[VB.NET]
    Property AlgorithmCaption As String

[Pascal]
    property AlgorithmCaption : string;

[C++]
    void get_AlgorithmCaption(std::string &OutResult);
    void set_AlgorithmCaption(const std::string &Value);

[PHP]
    string get_AlgorithmCaption()
    void set_AlgorithmCaption(string $Value)

[Java]
    String getAlgorithmCaption();
    void setAlgorithmCaption(String Value);

Description

    This property specifies a caption for information about the signature. Default value is "Public key: "

See also:     AlgorithmInfo    

Discuss this help topic in SecureBlackbox Forum