System.Net.DnsPermission Members

The members of System.Net.DnsPermission are listed below.

See Also: Inherited members from System.Security.CodeAccessPermission

Public Constructors

Creates a new instance of the System.Net.DnsPermission class that either allows unrestricted DNS access or disallows DNS access.

Public Methods

override
Copy() : System.Security.IPermission

Creates an identical copy of the current permission instance.

override
FromXml(System.Security.SecurityElement)

Reconstructs a System.Net.DnsPermission instance from an XML encoding.

override
Intersect(System.Security.IPermission) : System.Security.IPermission

Creates a permission instance that is the intersection of the current permission instance and the specified permission instance.

override
IsSubsetOf(System.Security.IPermission) : bool

Determines whether the current permission instance is a subset of the specified permission instance.

IsUnrestricted() : bool

Checks the overall permission state of the object.

override
ToXml() : System.Security.SecurityElement

Creates an XML encoding of a System.Net.DnsPermission instance and its current state.

override
Union(System.Security.IPermission) : System.Security.IPermission

Creates a permission instance that is the union of the current permission instance and the specified permission instance.