5 overrides of Remove
System (2)
net\System\Net\mail\HeaderCollection.cs (1)
23
public override void
Remove
(string name) {
net\System\Net\WebHeaderCollection.cs (1)
741
public override void
Remove
(string name) {
System.Configuration (1)
System\Configuration\KeyValueInternalCollection.cs (1)
37
public override void
Remove
(string key) {
System.Web (2)
HttpHeaderCollection.cs (1)
175
public override void
Remove
(String name) {
HttpServerVarsCollection.cs (1)
303
public override void
Remove
(String name) {
113 references to Remove
System (7)
net\System\Net\mail\HeaderCollection.cs (2)
39
base.
Remove
(name);
83
base.
Remove
(name);
net\System\Net\mail\MimeBasePart.cs (2)
144
Headers.
Remove
(MailHeaderInfo.GetString(MailHeaderID.ContentID));
163
Headers.
Remove
(MailHeaderInfo.GetString(MailHeaderID.ContentLocation));
net\System\Net\WebHeaderCollection.cs (2)
439
m_InnerCollection.
Remove
(name);
752
m_InnerCollection.
Remove
(name);
sys\system\configuration\NameValueSectionHandler.cs (1)
65
result.
Remove
(key);
System.Configuration (7)
System\Configuration\DPAPIProtectedConfigurationProvider.cs (2)
206
configurationValues.
Remove
("keyEntropy");
260
configurationValues.
Remove
(valueName);
System\Configuration\KeyValueInternalCollection.cs (1)
39
base.
Remove
(key);
System\Configuration\ProviderBase.cs (1)
32
config.
Remove
("description");
System\Configuration\RSAProtectedConfigurationProvider.cs (3)
139
configurationValues.
Remove
("keyContainerName");
144
configurationValues.
Remove
("cspProviderName");
227
configurationValues.
Remove
(valueName);
System.Data (1)
fx\src\data\System\Data\Common\DbProviderConfigurationHandler.cs (1)
178
config.
Remove
(name);
System.ServiceModel (1)
System\UriTemplateHelpers.cs (1)
238
result.
Remove
(null);
System.Web (81)
Configuration\ProvidersHelper.cs (1)
94
collection.
Remove
(key);
HttpHeaderCollection.cs (2)
167
base.
Remove
(name);
192
base.
Remove
(name);
HttpServerVarsCollection.cs (2)
277
base.
Remove
(name);
319
base.
Remove
(name);
Profile\SqlProfileProvider.cs (5)
50
config.
Remove
("description");
70
config.
Remove
("commandTimeout");
71
config.
Remove
("connectionStringName");
72
config.
Remove
("connectionString");
73
config.
Remove
("applicationName");
Security\ADMembershipProvider.cs (29)
324
config.
Remove
("description");
598
config.
Remove
("name");
599
config.
Remove
("applicationName");
600
config.
Remove
("connectionStringName");
601
config.
Remove
("requiresUniqueEmail");
602
config.
Remove
("enablePasswordReset");
603
config.
Remove
("requiresQuestionAndAnswer");
604
config.
Remove
("attributeMapPasswordQuestion");
605
config.
Remove
("attributeMapPasswordAnswer");
606
config.
Remove
("attributeMapUsername");
607
config.
Remove
("attributeMapEmail");
608
config.
Remove
("connectionProtection");
609
config.
Remove
("connectionUsername");
610
config.
Remove
("connectionPassword");
611
config.
Remove
("clientSearchTimeout");
612
config.
Remove
("serverSearchTimeout");
613
config.
Remove
("timeoutUnit");
614
config.
Remove
("enableSearchMethods");
615
config.
Remove
("maxInvalidPasswordAttempts");
616
config.
Remove
("passwordAttemptWindow");
617
config.
Remove
("passwordAnswerAttemptLockoutDuration");
618
config.
Remove
("attributeMapFailedPasswordAnswerCount");
619
config.
Remove
("attributeMapFailedPasswordAnswerTime");
620
config.
Remove
("attributeMapFailedPasswordAnswerLockoutTime");
621
config.
Remove
("minRequiredPasswordLength");
622
config.
Remove
("minRequiredNonalphanumericCharacters");
623
config.
Remove
("passwordStrengthRegularExpression");
624
config.
Remove
("passwordCompatMode");
625
config.
Remove
("passwordStrengthRegexTimeout");
Security\AuthStoreRoleProvider.cs (5)
84
config.
Remove
("description");
117
config.
Remove
("connectionStringName");
118
config.
Remove
("cacheRefreshInterval");
119
config.
Remove
("applicationName");
120
config.
Remove
("scopeName");
Security\SQLMembershipProvider.cs (18)
113
config.
Remove
("description");
192
config.
Remove
("connectionStringName");
193
config.
Remove
("connectionString");
194
config.
Remove
("enablePasswordRetrieval");
195
config.
Remove
("enablePasswordReset");
196
config.
Remove
("requiresQuestionAndAnswer");
197
config.
Remove
("applicationName");
198
config.
Remove
("requiresUniqueEmail");
199
config.
Remove
("maxInvalidPasswordAttempts");
200
config.
Remove
("passwordAttemptWindow");
201
config.
Remove
("commandTimeout");
202
config.
Remove
("passwordFormat");
203
config.
Remove
("name");
204
config.
Remove
("minRequiredPasswordLength");
205
config.
Remove
("minRequiredNonalphanumericCharacters");
206
config.
Remove
("passwordStrengthRegularExpression");
207
config.
Remove
("passwordCompatMode");
208
config.
Remove
("passwordStrengthRegexTimeout");
Security\SQLRoleProvider.cs (5)
53
config.
Remove
("description");
73
config.
Remove
("connectionString");
74
config.
Remove
("connectionStringName");
75
config.
Remove
("applicationName");
76
config.
Remove
("commandTimeout");
Security\WindowsTokenRoleProvider.cs (2)
47
config.
Remove
("description");
63
config.
Remove
("applicationName");
SiteMapProvider.cs (1)
318
attributes.
Remove
("description");
UI\WebParts\SqlPersonalizationProvider.cs (4)
451
configSettings.
Remove
("description");
461
configSettings.
Remove
("applicationName");
472
configSettings.
Remove
("connectionStringName");
481
configSettings.
Remove
("commandTimeout");
Util\ProviderUtil.cs (6)
25
config.
Remove
(attrib);
30
config.
Remove
(attrib);
66
config.
Remove
(attrib);
107
config.
Remove
(attrib);
148
config.
Remove
(attrib);
170
config.
Remove
(attrib);
XmlSiteMapProvider.cs (1)
844
attributes.
Remove
("description");
System.Web.Extensions (16)
ClientServices\Providers\ClientFormsAuthenticationMembershipProvider.cs (6)
141
config.
Remove
("savePasswordHashLocally");
142
config.
Remove
("name");
143
config.
Remove
("description");
144
config.
Remove
("credentialsProvider");
145
config.
Remove
("connectionStringName");
146
config.
Remove
("serviceUri");
ClientServices\Providers\ClientRoleProvider.cs (6)
85
config.
Remove
("name");
86
config.
Remove
("description");
87
config.
Remove
("cacheTimeout");
88
config.
Remove
("connectionStringName");
89
config.
Remove
("serviceUri");
90
config.
Remove
("honorCookieExpiry");
ClientServices\Providers\ClientSettingsProvider.cs (4)
186
config.
Remove
("name");
187
config.
Remove
("description");
188
config.
Remove
("connectionStringName");
189
config.
Remove
("serviceUri");