System.Xml.XmlSecureResolver: Method Members

The methods of System.Xml.XmlSecureResolver are listed below. For a list of all members, see the XmlSecureResolver Members list.

See Also: Inherited members from System.Xml.XmlResolver

Public Methods

static
CreateEvidenceForUrl(string) : System.Security.Policy.Evidence

Creates evidence using the supplied URL.

override
GetEntity(Uri, string, Type) : object

Maps a URI to an object containing the actual resource. This method temporarily sets the System.Security.PermissionSet created in the constructor by calling System.Security.PermissionSet.PermitOnly before calling GetEntity on the underlying System.Xml.XmlResolver to open the resource.

override
GetEntityAsync(Uri, string, Type) : System.Threading.Tasks.Task<object>

Asynchronously maps a URI to an object containing the actual resource.

override
ResolveUri(Uri, string) : Uri

Resolves the absolute URI from the base and relative URIs by calling ResolveUri on the underlying System.Xml.XmlResolver.