DnsPermission.Copy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an identical copy of the current permission instance.
public:
override System::Security::IPermission ^ Copy();
public override System.Security.IPermission Copy();
override this.Copy : unit -> System.Security.IPermission
Public Overrides Function Copy () As IPermission
Returns
A new instance of the DnsPermission class that is an identical copy of the current instance.
Remarks
A copy of a DnsPermission instance provides the same access to DNS servers as the original permission instance.