Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.IgnoreSSLKeyUsage

TElX509CertificateValidator     See also     


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


Specifies if key usage for SSL protocol communications must be checked.

Declaration

[C#]
    bool IgnoreSSLKeyUsage;

[VB.NET]
    Property IgnoreSSLKeyUsage As Boolean

[Pascal]
    property IgnoreSSLKeyUsage : boolean;

[C++]
    bool get_IgnoreSSLKeyUsage();
    void set_IgnoreSSLKeyUsage(bool Value);

[PHP]
    bool get_IgnoreSSLKeyUsage()
    void set_IgnoreSSLKeyUsage(bool $Value)

[Java]
    boolean getIgnoreSSLKeyUsage();
    void setIgnoreSSLKeyUsage(boolean Value);

Description

    This property specifies whether the issuer (CA) certificates should be checked, if their key usage extension (when available) allows use of such certificates in SSL protocol communications. The default value is False.

See also:     IgnoreRevocationKeyUsage     IgnoreCAKeyUsage    

Discuss this help topic in SecureBlackbox Forum