Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.IgnoreRevocationKeyUsage

TElX509CertificateValidator     See also     


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


Specifies if key usage for signing of revocation information must be checked.

Declaration

[C#]
    bool IgnoreRevocationKeyUsage;

[VB.NET]
    Property IgnoreRevocationKeyUsage As Boolean

[Pascal]
    property IgnoreRevocationKeyUsage : boolean;

[C++]
    bool get_IgnoreRevocationKeyUsage();
    void set_IgnoreRevocationKeyUsage(bool Value);

[PHP]
    bool get_IgnoreRevocationKeyUsage()
    void set_IgnoreRevocationKeyUsage(bool $Value)

[Java]
    boolean getIgnoreRevocationKeyUsage();
    void setIgnoreRevocationKeyUsage(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 for signing revocation information. The default value is False.

See also:     IgnoreCAKeyUsage     IgnoreSSLKeyUsage    

Discuss this help topic in SecureBlackbox Forum