System.Xml.Xsl.XsltSettings.TrustedXslt Property

Gets an System.Xml.Xsl.XsltSettings object that enables support for the XSLT document() function and embedded script blocks.

Syntax

public static XsltSettings TrustedXslt { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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 System.Xml.XmlSecureResolver object to the erload:System.Xml.Xsl.XslCompiledTransform.Transform method.

Requirements

Namespace: System.Xml.Xsl
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0