Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.ForceCompleteChainValidationForTrusted

TElX509CertificateValidator     See also     


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


Specifies whether to validate complete certificate chain for trusted certificates.

Declaration

[C#]
    bool ForceCompleteChainValidationForTrusted;

[VB.NET]
    Property ForceCompleteChainValidationForTrusted As Boolean

[Pascal]
    property ForceCompleteChainValidationForTrusted : boolean;

[C++]
    bool get_ForceCompleteChainValidationForTrusted();
    void set_ForceCompleteChainValidationForTrusted(bool Value);

[PHP]
    bool get_ForceCompleteChainValidationForTrusted()
    void set_ForceCompleteChainValidationForTrusted(bool $Value)

[Java]
    boolean getForceCompleteChainValidationForTrusted();
    void setForceCompleteChainValidationForTrusted(boolean Value);

Description

    This property specifies if the certificate chain down to CA certificate should be validated for trusted certificates. The default value is True.

Discuss this help topic in SecureBlackbox Forum