System.Xml.XmlSecureResolver Members

The members of System.Xml.XmlSecureResolver are listed below.

See Also: Inherited members from System.Xml.XmlResolver

Public Constructors

Public Properties

[write-only]
override
CredentialsSystem.Net.ICredentials.

Sets credentials used to authenticate Web requests.

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.