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