Discuss this help topic in SecureBlackbox Forum

TElSAMLSignatureHandler.ValidateCertificate

TElSAMLSignatureHandler     See also     


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


Specifies whether to validate the certificate.

Declaration

[C#]
    bool ValidateCertificate;

[VB.NET]
    Property ValidateCertificate As Boolean

[Pascal]
    property ValidateCertificate : boolean;

[C++]
    bool get_ValidateCertificate();
    void set_ValidateCertificate(bool Value);

[PHP]
    bool get_ValidateCertificate()
    void set_ValidateCertificate(bool $Value)

[Java]
    boolean getValidateCertificate();
    void setValidateCertificate(boolean Value);

Description

Set this property to true to validate the provided Certificate. The default value is false.

See also:     Certificate     ValidateReferences    

Discuss this help topic in SecureBlackbox Forum