DnsPermissionAttribute::CreatePermission Method ()
.NET Framework (current version)
Creates and returns a new instance of the DnsPermission class.
Assembly: System (in System.dll)
Return Value
Type: System.Security::IPermission^A DnsPermission that corresponds to the security declaration.
The CreatePermission method is called by the security system, not by application code.
The security information described by DnsPermissionAttribute is stored in the metadata of the attribute target, which is the class to which DnsPermissionAttribute is applied. The system then accesses the information at run time and calls CreatePermission. The system uses the returned IPermission to enforce the specified security requirements.
.NET Framework
Available since 1.1
Available since 1.1
Show: