Implemented interface member:
method
Demand
System.Security.IStackWalk.Demand()
49 references to Demand
mscorlib (3)
system\appdomain.cs (1)
2388
new PermissionSet(PermissionState.Unrestricted).
Demand
();
system\reflection\emit\assemblybuilder.cs (1)
360
new PermissionSet(PermissionState.Unrestricted).
Demand
();
system\security\codeaccesssecurityengine.cs (1)
430
grantSet.CopyWithNoIdentityPermissions().
Demand
();
PresentationCore (3)
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (1)
219
secure.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)
375
targetPermissions.
Demand
();
413
targetPermissions.
Demand
();
3250
targetPermissions.
Demand
();
3287
targetPermissions.
Demand
();
misc\SecurityUtils.cs (1)
75
targetGrantSet.
Demand
();
security\system\security\cryptography\cryptoapi.cs (4)
3322
new PermissionSet(PermissionState.Unrestricted).
Demand
();
3348
new PermissionSet(PermissionState.Unrestricted).
Demand
();
3376
new PermissionSet(PermissionState.Unrestricted).
Demand
();
3799
new PermissionSet(PermissionState.Unrestricted).
Demand
();
security\system\security\cryptography\x509\x509chain.cs (1)
201
ps.
Demand
();
System.AddIn (3)
System\Addin\Hosting\AddInActivator.cs (2)
147
new PermissionSet(PermissionState.Unrestricted).
Demand
();
154
permissionSet.
Demand
();
System\Addin\Hosting\Utils.cs (1)
261
new PermissionSet(PermissionState.Unrestricted).
Demand
();
System.Configuration (1)
System\Configuration\TypeUtil.cs (1)
264
s_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)
394
constr.CreatePermissionSet().
Demand
();
fx\src\data\System\Data\OleDb\OleDbDataAdapter.cs (2)
169
permissionSet.
Demand
();
193
permissionSet.
Demand
();
fx\src\Data\System\Data\ProviderBase\DbConnectionHelper.cs (1)
217
permissionSet.
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)
2059
permissionSet.
Demand
();
2116
permissionSet.
Demand
();
fx\src\data\System\Data\SqlClient\SqlConnectionPoolGroupProviderInfo.cs (1)
121
failoverPermissionSet.
Demand
();
System.Data.Linq (1)
parent\parent\misc\SecurityUtils.cs (1)
75
targetGrantSet.
Demand
();
System.Drawing (7)
commonui\System\Drawing\Printing\PageSettings.cs (2)
336
IntSecurity.AllPrintingAndUnmanagedCode.
Demand
();
553
IntSecurity.AllPrintingAndUnmanagedCode.
Demand
();
commonui\System\Drawing\Printing\PrinterSettings.cs (5)
989
IntSecurity.AllPrintingAndUnmanagedCode.
Demand
();
1078
IntSecurity.AllPrintingAndUnmanagedCode.
Demand
();
1096
IntSecurity.AllPrintingAndUnmanagedCode.
Demand
();
1312
IntSecurity.AllPrintingAndUnmanagedCode.
Demand
();
1357
IntSecurity.AllPrintingAndUnmanagedCode.
Demand
();
System.IdentityModel (1)
System\IdentityModel\Selectors\X509CertificateChain.cs (1)
97
ps.
Demand
();
System.Security (1)
system\security\cryptography\cryptoapi.cs (1)
2785
new PermissionSet(PermissionState.Unrestricted).
Demand
();
System.ServiceModel (1)
System\ServiceModel\Dispatcher\PartialTrustValidationBehavior.cs (1)
169
fullTrust.
Demand
();
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
812
ps.
Demand
();
System.Web (1)
parent\parent\parent\Misc\SecurityUtils.cs (1)
75
targetGrantSet.
Demand
();
System.Web.Services (1)
System\Web\Services\Discovery\DiscoveryRequestHandler.cs (1)
43
new PermissionSet(PermissionState.Unrestricted).
Demand
();
System.Windows.Forms (1)
misc\SecurityUtils.cs (1)
75
targetGrantSet.
Demand
();
System.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
345
new NamedPermissionSet( "FullTrust" ).
Demand
();