Click or drag to resize
XmlVulnerabilityCheckerCheck Method (Stream)
Checks whether xml file contains potentially malicious content.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public static void Check(
	Stream fileStream
)

Parameters

fileStream
Type: System.IOStream
Stream of the file to check.
See Also