Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.DigestAlgorithmName

TElSSLConnectionInfo     See also     


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


The name of the digest algorithm.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property DigestAlgorithmName : string;

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

[PHP]
    string get_DigestAlgorithmName()

[Java]
    not available

Description

This property returns the name of the digest algorithm used in this session.

See also:     DigestAlgorithm    

Discuss this help topic in SecureBlackbox Forum