StorePermissionAttribute::CreatePermission Method ()
.NET Framework (current version)
Creates and returns a new StorePermission.
Assembly: System (in System.dll)
Return Value
Type: System.Security::IPermission^A StorePermission that corresponds to the attribute.
This method should be called only by the security system, never by application code.
At compile time, attributes convert security declarations to a serialized form in metadata. The metadata is created from the permission object that this method returns.
.NET Framework
Available since 2.0
Available since 2.0
Show: