Discuss this help topic in SecureBlackbox Forum

TElCertHashTypesSSLExtension.SHA512

TElCertHashTypesSSLExtension     See also     


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


Allows/disallows SHA512 hash algorithm for server authentication.

Declaration

[C#]
    bool SHA512;

[VB.NET]
    Property SHA512 As Boolean

[Pascal]
    property SHA512 : boolean;

[C++]
    bool get_SHA512();
    void set_SHA512(bool Value);

[PHP]
    bool get_SHA512()
    void set_SHA512(bool $Value)

[Java]
    boolean getSHA512();
    void setSHA512(boolean Value);

Description

    If this property value is True, SHA512 digest algorithm is allowed by the client for server authentication. If the algorithm is disallowed, the value is False.

See also:     MD5     SHA1     SHA256     SHA384    

Discuss this help topic in SecureBlackbox Forum