XsltSettings::TrustedXslt Property
.NET Framework (current version)
Gets an XsltSettings object that enables support for the XSLT document() function and embedded script blocks.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Xml.Xsl::XsltSettings^An XsltSettings object with the EnableDocumentFunction and EnableScript properties set to true.
Security Note
|
|---|
XSLT scripting should be enabled only if you require script support and you are working in a fully trusted environment. If you enable the document() function, you can restrict the resources that can be accessed by passing an XmlSecureResolver object to the Transform method. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
