Windows apps
Collapse the table of content
Expand the table of content
Information
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 ()

 

Creates and returns a new host protection permission.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual IPermission^ CreatePermission() override

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
Return to top
Show:
© 2017 Microsoft