ServiceNameElementCollection::Remove Method (String^)

 

The Remove method removes a ServiceNameElement instance from this ServiceNameElementCollection based on the String specified.

Namespace:   System.Security.Authentication.ExtendedProtection.Configuration
Assembly:  System (in System.dll)

public:
void Remove(
	String^ name
)

Parameters

name
Type: System::String^

A String that represents the ServiceNameElement instance to remove from this ServiceNameElementCollection

.NET Framework
Available since 2.0
Return to top
Show: