Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.MandatoryRevocationCheck

TElX509CertificateValidator     See also     


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


Specifies if mandatory revocation check has to be performed.

Declaration

[C#]
    bool MandatoryRevocationCheck;

[VB.NET]
    Property MandatoryRevocationCheck As Boolean

[Pascal]
    property MandatoryRevocationCheck : boolean;

[C++]
    bool get_MandatoryRevocationCheck();
    void set_MandatoryRevocationCheck(bool Value);

[PHP]
    bool get_MandatoryRevocationCheck()
    void set_MandatoryRevocationCheck(bool $Value)

[Java]
    boolean getMandatoryRevocationCheck();
    void setMandatoryRevocationCheck(boolean Value);

Description

    This property specifies if mandatory revocation check should be performed. A mandatory revocation check requires that at least one type of revocation information, CRL-based or OCSP-based, should be retrieved and checked. The default value is True.

See also:     MandatoryCRLCheck     MandatoryOCSPCheck     RevocationCheckPreference    

Discuss this help topic in SecureBlackbox Forum