AuthenticationModuleElementCollection.Remove Method

Definition

Removes an element from the collection.

Overloads

Remove(AuthenticationModuleElement)

Removes the specified configuration element from the collection.

Remove(String)

Removes the element with the specified key.

Remove(AuthenticationModuleElement)

Removes the specified configuration element from the collection.

C#
public void Remove(System.Net.Configuration.AuthenticationModuleElement element);

Parameters

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Remove(String)

Removes the element with the specified key.

C#
public void Remove(string name);

Parameters

name
String

The key of the element to remove.

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1