The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SecurityPermissionAttribute::CreatePermission Method ()
.NET Framework (current version)
Creates and returns a new SecurityPermission.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Security::IPermission^A SecurityPermission that corresponds to this attribute.
This method should only be called 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: