AppDomainManager::CheckSecuritySettings Method (SecurityState^)
Indicates whether the specified operation is allowed in the application domain.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- state
-
Type:
System.Security::SecurityState^
A subclass of SecurityState that identifies the operation whose security status is requested.
Return Value
Type: System::Booleantrue if the host allows the operation specified by state to be performed in the application domain; otherwise, false.
The default implementation of this method returns false.
This method is called when the IsolatedStorageFile::IncreaseQuotaTo method has been called to increase the isolated storage quota. An application that hosts the common language runtime (CLR) can override the CheckSecuritySettings method to perform policy decisions based on an IsolatedStorageSecurityState object (which inherits SecurityState), and can then allow or prevent the increase. For example, a host could prompt the end user to approve or deny the request to increase the quota. The host's implementation of CheckSecuritySettings should take into account the possibility of denial-of-service attacks. For example, it should prompt the user only if the method is called from a user-initiated event such as a button click.
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0