Discuss this help topic in SecureBlackbox Forum

TElSAMLSignatureHandler.ValidateReferences

TElSAMLSignatureHandler     See also     


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


Specifies whether to validate all references.

Declaration

[C#]
    bool ValidateReferences;

[VB.NET]
    Property ValidateReferences As Boolean

[Pascal]
    property ValidateReferences : boolean;

[C++]
    bool get_ValidateReferences();
    void set_ValidateReferences(bool Value);

[PHP]
    bool get_ValidateReferences()
    void set_ValidateReferences(bool $Value)

[Java]
    boolean getValidateReferences();
    void setValidateReferences(boolean Value);

Description

Set this property to true to force validation of all XML references. The default value is true.

See also:     ValidateCertificate    

Discuss this help topic in SecureBlackbox Forum