StrongNameIdentityPermissionAttribute::CreatePermission Method ()
.NET Framework (current version)
Creates and returns a new StrongNameIdentityPermission.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Security::IPermission^A StrongNameIdentityPermission that corresponds to this attribute.
| Exception | Condition |
|---|---|
| ArgumentException | The method failed because the key is null. |
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: