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.
HostProtectionAttribute::CreatePermission Method ()
.NET Framework (current version)
Creates and returns a new host protection permission.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Security::IPermission^An IPermission that corresponds to the current 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. Declarative security data in metadata is created from the permission corresponding to the attribute that this method returns.
.NET Framework
Available since 2.0
Available since 2.0
Show: