KeyContainerPermissionAttribute::CreatePermission Method ()
.NET Framework (current version)
Creates and returns a new KeyContainerPermission.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Security::IPermission^A KeyContainerPermission that corresponds to the 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. The metadata is created from the permission object that this method returns.
.NET Framework
Available since 2.0
Available since 2.0
Show: