Click or drag to resize

XMLConstantsFEATURE_SECURE_PROCESSING Field

Feature for secure processing.
true
instructs the implementation to process XML securely. This may set limits on XML constructs to avoid conditions such as denial of service attacks.
false
instructs the implementation to process XML acording the letter of the XML specifications ingoring security issues such as limits on XML constructs to avoid conditions such as denial of service attacks.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public const string FEATURE_SECURE_PROCESSING = "http://javax.xml.XMLConstants/feature/secure-processing"

Field Value

Type: String
See Also