Discuss this help topic in SecureBlackbox Forum

TElCertHashTypesSSLExtension.SHA384

TElCertHashTypesSSLExtension     See also     


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


Allows/disallows SHA384 hash algorithm for server authentication.

Declaration

[C#]
    bool SHA384;

[VB.NET]
    Property SHA384 As Boolean

[Pascal]
    property SHA384 : boolean;

[C++]
    bool get_SHA384();
    void set_SHA384(bool Value);

[PHP]
    bool get_SHA384()
    void set_SHA384(bool $Value)

[Java]
    boolean getSHA384();
    void setSHA384(boolean Value);

Description

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

See also:     MD5     SHA1     SHA256     SHA512    

Discuss this help topic in SecureBlackbox Forum