XMLConstants.FeatureSecureProcessing Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Feature for secure processing.
[Android.Runtime.Register("FEATURE_SECURE_PROCESSING")]
public const string FeatureSecureProcessing;
[<Android.Runtime.Register("FEATURE_SECURE_PROCESSING")>]
val mutable FeatureSecureProcessing : string
Field Value
- Attributes
Remarks
Feature for secure processing.
<ul> <li> true
instructs the implementation to process XML securely. This may set limits on XML constructs to avoid conditions such as denial of service attacks. </li> <li> 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. </li> </ul>
Java documentation for javax.xml.XMLConstants.FEATURE_SECURE_PROCESSING
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.