Javax.Xml.XMLConstants.FeatureSecureProcessing Field

Syntax

[Android.Runtime.Register("FEATURE_SECURE_PROCESSING")]
public const string FeatureSecureProcessing

Remarks

  • 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 according to the letter of the XML specifications ignoring security issues such as limits on XML constructs to avoid conditions such as denial of service attacks.

Feature for secure processing.

[Android Documentation]

Requirements

Namespace: Javax.Xml
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1