FileIOPermissionAttribute::CreatePermission Method ()
.NET Framework (current version)
Creates and returns a new FileIOPermission.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Security::IPermission^A FileIOPermission that corresponds to this attribute.
| Exception | Condition |
|---|---|
| ArgumentException | The path information for a file or directory for which access is to be secured contains invalid characters or wildcard specifiers. |
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. Declarative security data in metadata is created from the permission that this method returns that corresponds to this attribute.
.NET Framework
Available since 1.1
Available since 1.1
Show: