29 references to SearchForChildByTag
mscorlib (25)
system\security\policy\applicationsecuritymanager.cs (5)
135SecurityElement elMscorlib = elRoot.SearchForChildByTag("mscorlib"); 138SecurityElement elSecurity = elMscorlib.SearchForChildByTag("security"); 141SecurityElement elPolicy = elSecurity.SearchForChildByTag("policy"); 144SecurityElement elSecurityManager = elPolicy.SearchForChildByTag("ApplicationSecurityManager"); 147SecurityElement elTrustManager = elSecurityManager.SearchForChildByTag("IApplicationTrustManager");
system\security\policy\applicationtrust.cs (4)
255SecurityElement elDefaultGrant = element.SearchForChildByTag("DefaultGrant"); 257SecurityElement elDefaultGrantPS = elDefaultGrant.SearchForChildByTag("PolicyStatement"); 267SecurityElement elFullTrustAssemblies = element.SearchForChildByTag("FullTrustAssemblies"); 280m_elExtraInfo = element.SearchForChildByTag("ExtraInfo");
system\security\policy\codegroup.cs (2)
428SecurityElement elMembershipCondition = m_element.SearchForChildByTag( "IMembershipCondition" ); 661SecurityElement elPermSet = m_element.SearchForChildByTag( "PermissionSet" );
system\security\policy\netcodegroup.cs (1)
862SecurityElement et = e.SearchForChildByTag("connectAccessRules");
system\security\policy\policylevel.cs (8)
564SecurityElement eClasses = e.SearchForChildByTag("SecurityClasses"); 583SecurityElement elFullTrust = e.SearchForChildByTag("FullTrustAssemblies"); 599SecurityElement elPermSets = e.SearchForChildByTag("NamedPermissionSets"); 636SecurityElement elCodeGroup = e.SearchForChildByTag("CodeGroup"); 851SecurityElement elMscorlib = elRoot.SearchForChildByTag("mscorlib"); 857SecurityElement elSecurity = elMscorlib.SearchForChildByTag("security"); 863SecurityElement elPolicy = elSecurity.SearchForChildByTag("policy"); 869SecurityElement elPolicyLevel = elPolicy.SearchForChildByTag("PolicyLevel");
system\security\policy\policystatement.cs (1)
402SecurityElement e = et.SearchForChildByTag( "PermissionSet" );
system\security\securitymanager.cs (4)
219SecurityElement elMscorlib = elRoot.SearchForChildByTag( "mscorlib" ); 223SecurityElement elSecurity = elMscorlib.SearchForChildByTag( "security" ); 227SecurityElement elPolicy = elSecurity.SearchForChildByTag( "policy" ); 231SecurityElement elPolicyLevel = elPolicy.SearchForChildByTag( "PolicyLevel" );
System (4)
net\System\Net\SocketPermission.cs (2)
497SecurityElement et = securityElement.SearchForChildByTag("ConnectAccess"); 501et = securityElement.SearchForChildByTag("AcceptAccess");
net\System\Net\WebPermission.cs (2)
826SecurityElement et = securityElement.SearchForChildByTag("ConnectAccess"); 860et = securityElement.SearchForChildByTag("AcceptAccess");