EntityProviderFactory::CreatePermission Method (PermissionState)

 

Returns a new instance of the provider's class that implements the provider's version of the CodeAccessPermission class.

Namespace:   System.Data.EntityClient
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
virtual CodeAccessPermission^ CreatePermission(
	PermissionState state
) override

Parameters

state
Type: System.Security.Permissions::PermissionState

One of the PermissionState values.

Return Value

Type: System.Security::CodeAccessPermission^

A CodeAccessPermission object for the specified PermissionState.

.NET Framework
Available since 3.5
Return to top
Show: