Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.SignatureAlgorithmName

TElSSLConnectionInfo     See also     


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


Returns signature algorithm name.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property SignatureAlgorithmName : string;

[C++]
    void get_SignatureAlgorithmName(std::string &OutResult);

[PHP]
    string get_SignatureAlgorithmName()

[Java]
    not available

Description

This property returns the name of the signature algorithm.

See also:     SignatureAlgorithm    

Discuss this help topic in SecureBlackbox Forum