Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.AlgorithmInfo

TElPDFSignatureWidgetProps     See also     


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


Specifies information about algorithm that to be shown at the signature widget.

Declaration

[C#]
    string AlgorithmInfo;

[VB.NET]
    Property AlgorithmInfo As String

[Pascal]
    property AlgorithmInfo : string;

[C++]
    void get_AlgorithmInfo(std::string &OutResult);
    void set_AlgorithmInfo(const std::string &Value);

[PHP]
    string get_AlgorithmInfo()
    void set_AlgorithmInfo(string $Value)

[Java]
    String getAlgorithmInfo();
    void setAlgorithmInfo(String Value);

Description

    This property specifies information about algorithm to be displayed at the signature widget. This property is taken into account only if AutoText property is set to False. If AutoText value is True information about algorithm is looks like "Algorithm/Key size", for example "RSA/1024 bits".

See also:     AlgorithmCaption     AutoText     Header     ShowTimestamp     SignerInfo    

Discuss this help topic in SecureBlackbox Forum