Discuss this help topic in SecureBlackbox Forum

TElCertHashTypesSSLExtension.MD5

TElCertHashTypesSSLExtension     See also     


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


Allows/disallows MD5 hash algorithm for server authentication.

Declaration

[C#]
    bool MD5;

[VB.NET]
    Property MD5 As Boolean

[Pascal]
    property MD5 : boolean;

[C++]
    bool get_MD5();
    void set_MD5(bool Value);

[PHP]
    bool get_MD5()
    void set_MD5(bool $Value)

[Java]
    boolean getMD5();
    void setMD5(boolean Value);

Description

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

See also:     SHA1     SHA256     SHA384     SHA512    

Discuss this help topic in SecureBlackbox Forum