Implemented interface member:
method
Demand
System.Security.IStackWalk.Demand()
49 references to Demand
mscorlib (3)
system\appdomain.cs (1)
2388new PermissionSet(PermissionState.Unrestricted).Demand();
system\reflection\emit\assemblybuilder.cs (1)
360new PermissionSet(PermissionState.Unrestricted).Demand();
system\security\codeaccesssecurityengine.cs (1)
430grantSet.CopyWithNoIdentityPermissions().Demand();
PresentationCore (3)
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (1)
219secure.UserInitiatedPermission.Demand();
Shared\MS\Internal\SecurityHelper.cs (2)
341_fullTrustPermissionSet.Demand(); 1366_plugInSerializerPermissions.Demand();
PresentationFramework (1)
src\Shared\MS\Internal\SecurityHelper.cs (1)
1366_plugInSerializerPermissions.Demand();
System (10)
compmod\system\componentmodel\TypeDescriptor.cs (4)
375targetPermissions.Demand(); 413targetPermissions.Demand(); 3250targetPermissions.Demand(); 3287targetPermissions.Demand();
misc\SecurityUtils.cs (1)
75targetGrantSet.Demand();
security\system\security\cryptography\cryptoapi.cs (4)
3322new PermissionSet(PermissionState.Unrestricted).Demand(); 3348new PermissionSet(PermissionState.Unrestricted).Demand(); 3376new PermissionSet(PermissionState.Unrestricted).Demand(); 3799new PermissionSet(PermissionState.Unrestricted).Demand();
security\system\security\cryptography\x509\x509chain.cs (1)
201ps.Demand();
System.AddIn (3)
System\Addin\Hosting\AddInActivator.cs (2)
147new PermissionSet(PermissionState.Unrestricted).Demand(); 154permissionSet.Demand();
System\Addin\Hosting\Utils.cs (1)
261new PermissionSet(PermissionState.Unrestricted).Demand();
System.Configuration (1)
System\Configuration\TypeUtil.cs (1)
264s_fullTrustPermissionSet.Demand();
System.Data (12)
fx\src\data\System\Data\Common\DbConnectionOptions.cs (1)
372_permissionset.Demand();
fx\src\data\System\Data\OleDb\ColumnBinding.cs (2)
922(new System.Security.NamedPermissionSet("FullTrust")).Demand(); // MDAC 80727 951(new System.Security.NamedPermissionSet("FullTrust")).Demand(); // MDAC 80727
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
394constr.CreatePermissionSet().Demand();
fx\src\data\System\Data\OleDb\OleDbDataAdapter.cs (2)
169permissionSet.Demand(); 193permissionSet.Demand();
fx\src\Data\System\Data\ProviderBase\DbConnectionHelper.cs (1)
217permissionSet.Demand();
fx\src\data\System\Data\Sql\SqlDataSourceEnumerator.cs (1)
42(new NamedPermissionSet("FullTrust")).Demand(); // SQLBUDT 244304
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (1)
283_fullTrust.Demand();
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
2059permissionSet.Demand(); 2116permissionSet.Demand();
fx\src\data\System\Data\SqlClient\SqlConnectionPoolGroupProviderInfo.cs (1)
121failoverPermissionSet.Demand();
System.Data.Linq (1)
parent\parent\misc\SecurityUtils.cs (1)
75targetGrantSet.Demand();
System.Drawing (7)
commonui\System\Drawing\Printing\PageSettings.cs (2)
336IntSecurity.AllPrintingAndUnmanagedCode.Demand(); 553IntSecurity.AllPrintingAndUnmanagedCode.Demand();
commonui\System\Drawing\Printing\PrinterSettings.cs (5)
989IntSecurity.AllPrintingAndUnmanagedCode.Demand(); 1078IntSecurity.AllPrintingAndUnmanagedCode.Demand(); 1096IntSecurity.AllPrintingAndUnmanagedCode.Demand(); 1312IntSecurity.AllPrintingAndUnmanagedCode.Demand(); 1357IntSecurity.AllPrintingAndUnmanagedCode.Demand();
System.IdentityModel (1)
System\IdentityModel\Selectors\X509CertificateChain.cs (1)
97ps.Demand();
System.Security (1)
system\security\cryptography\cryptoapi.cs (1)
2785new PermissionSet(PermissionState.Unrestricted).Demand();
System.ServiceModel (1)
System\ServiceModel\Dispatcher\PartialTrustValidationBehavior.cs (1)
169fullTrust.Demand();
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
812ps.Demand();
System.Web (1)
parent\parent\parent\Misc\SecurityUtils.cs (1)
75targetGrantSet.Demand();
System.Web.Services (1)
System\Web\Services\Discovery\DiscoveryRequestHandler.cs (1)
43new PermissionSet(PermissionState.Unrestricted).Demand();
System.Windows.Forms (1)
misc\SecurityUtils.cs (1)
75targetGrantSet.Demand();
System.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
345new NamedPermissionSet( "FullTrust" ).Demand();