Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.ForceRevocationCheckForRoot

TElX509CertificateValidator     See also     


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


Specifies if root certificate revocation information should be checked

Declaration

[C#]
    bool ForceRevocationCheckForRoot;

[VB.NET]
    Property ForceRevocationCheckForRoot As Boolean

[Pascal]
    property ForceRevocationCheckForRoot : boolean;

[C++]
    bool get_ForceRevocationCheckForRoot();
    void set_ForceRevocationCheckForRoot(bool Value);

[PHP]
    bool get_ForceRevocationCheckForRoot()
    void set_ForceRevocationCheckForRoot(bool $Value)

[Java]
    boolean getForceRevocationCheckForRoot();
    void setForceRevocationCheckForRoot(boolean Value);

Description

    This property specifies if root certificate revocation check should be performed. The default value is True.

See also:     ForceCompleteChainValidationForTrusted    

Discuss this help topic in SecureBlackbox Forum