Discuss this help topic in SecureBlackbox Forum

TElCertHashTypesSSLExtension.SHA256

TElCertHashTypesSSLExtension     See also     


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


Allows/disallows SHA256 hash algorithm for server authentication.

Declaration

[C#]
    bool SHA256;

[VB.NET]
    Property SHA256 As Boolean

[Pascal]
    property SHA256 : boolean;

[C++]
    bool get_SHA256();
    void set_SHA256(bool Value);

[PHP]
    bool get_SHA256()
    void set_SHA256(bool $Value)

[Java]
    boolean getSHA256();
    void setSHA256(boolean Value);

Description

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

See also:     MD5     SHA1     SHA384     SHA512    

Discuss this help topic in SecureBlackbox Forum