Discuss this help topic in SecureBlackbox Forum

TElCertHashTypesSSLExtension.SHA1

TElCertHashTypesSSLExtension     See also     


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


Allows/disallows SHA1 hash algorithm for server authentication.

Declaration

[C#]
    bool SHA1;

[VB.NET]
    Property SHA1 As Boolean

[Pascal]
    property SHA1 : boolean;

[C++]
    bool get_SHA1();
    void set_SHA1(bool Value);

[PHP]
    bool get_SHA1()
    void set_SHA1(bool $Value)

[Java]
    boolean getSHA1();
    void setSHA1(boolean Value);

Description

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

See also:     MD5     SHA256     SHA384     SHA512    

Discuss this help topic in SecureBlackbox Forum