This topic has not yet been rated - Rate this topic

SocketPermissionAttribute.CreatePermission Method

Creates and returns a new instance of the SocketPermission class.

Namespace: System.Net
Assembly: System (in system.dll)

public override IPermission CreatePermission ()
public IPermission CreatePermission ()
public override function CreatePermission () : IPermission

Return Value

An instance of the SocketPermission class that corresponds to the security declaration.
Exception typeCondition

ArgumentException

One or more of the current instance's Access, Host, Transport, or Port properties is a null reference (Nothing in Visual Basic).

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.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0, 1.1, 1.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.