Discuss this help topic in SecureBlackbox Forum

TElCertificateLookup.CertificateHashAlgorithm

TElCertificateLookup     


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


This property specifies the certificate digest algorithm.

Declaration

[C#]
    int CertificateHashAlgorithm;

[VB.NET]
    Property CertificateHashAlgorithm As Integer

[Pascal]
    property CertificateHashAlgorithm : integer;

[C++]
    int32_t get_CertificateHashAlgorithm();
    void set_CertificateHashAlgorithm(int32_t Value);

[PHP]
    integer get_CertificateHashAlgorithm()
    void set_CertificateHashAlgorithm(integer $Value)

[Java]
    int getCertificateHashAlgorithm();
    void setCertificateHashAlgorithm(int Value);

Possible hash algorithms:

Possible HMAC algorithms:

Description

    Use this property to get or set the certificate hash algorithm.

Discuss this help topic in SecureBlackbox Forum