SocketPermissionAttribute::CreatePermission Method ()
.NET Framework (current version)
Creates and returns a new instance of the SocketPermission class.
Assembly: System (in System.dll)
Return Value
Type: System.Security::IPermission^An instance of the SocketPermission class that corresponds to the security declaration.
| Exception | Condition |
|---|---|
| ArgumentException |
The CreatePermission method is called by the security system, not by the application code. The security information described by SocketPermissionAttribute is stored in the metadata of the attribute target, which is the class to which the SocketPermissionAttribute 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: