XmlVulnerabilityCheckerCheck Method (Stream) |
Checks whether xml file contains potentially malicious content.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static void Check(
Stream fileStream
)
Parameters
- fileStream
- Type: System.IOStream
Stream of the file to check.
See Also