Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSecureResolver::CreateEvidenceForUrl Method (String^)

 

Creates evidence using the supplied URL.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
static Evidence^ CreateEvidenceForUrl(
	String^ securityUrl
)

Parameters

securityUrl
Type: System::String^

The URL used to create the evidence.

Return Value

Type: System.Security.Policy::Evidence^

The evidence generated from the supplied URL as defined by the default policy.

System_CAPS_importantImportant

There are differences in the security infrastructure for code running on the .NET Framework common language runtime (CLR) and for code running on the CLR that is integrated within Microsoft SQL Server 2005. This can lead to cases where code developed for the .NET Framework CLR operates differently when used on the SQL Server integrated CLR. One of these differences affects the XmlSecureResolver class when you have evidence that is based on a URL (that is, when you use the CreateEvidenceForUrl method or the XmlSecureResolver(XmlResolver^, String^) constructor). The policy resolution mechanism of the SQL Server integrated CLR doesn't use the Url or Zone information. Instead, it grants permissions based on the GUID that the server adds when assemblies are loaded. When you use the XmlSecureResolver in the SQL Server integrated CLR, provide any required evidence directly by using a specified PermissionSet.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft