Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.RevocationCheckPreference

TElX509CertificateValidator     


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


Specifies revocation check preference.

Declaration

[C#]
    TSBX509RevocationCheckPreference RevocationCheckPreference;

[VB.NET]
    Property RevocationCheckPreference As TSBX509RevocationCheckPreference

[Pascal]
    property RevocationCheckPreference : TSBX509RevocationCheckPreference;

[C++]
    TSBX509RevocationCheckPreference get_RevocationCheckPreference();
    void set_RevocationCheckPreference(TSBX509RevocationCheckPreference Value);

[PHP]
    integer get_RevocationCheckPreference()
    void set_RevocationCheckPreference(integer $Value)

[Java]
    TSBX509RevocationCheckPreference getRevocationCheckPreference();
    void setRevocationCheckPreference(TSBX509RevocationCheckPreference Value);

Values:

Description

    Use this property to tell the component how it should deal with revocation information sources.

Discuss this help topic in SecureBlackbox Forum