AuthenticationModuleElementCollection.Remove 메서드

정의

컬렉션에서 요소를 제거합니다.

오버로드

Name Description
Remove(AuthenticationModuleElement)

컬렉션에서 지정된 구성 요소를 제거합니다.

Remove(String)

지정된 키를 사용하여 요소를 제거합니다.

Remove(AuthenticationModuleElement)

컬렉션에서 지정된 구성 요소를 제거합니다.

public:
 void Remove(System::Net::Configuration::AuthenticationModuleElement ^ element);
public void Remove(System.Net.Configuration.AuthenticationModuleElement element);
member this.Remove : System.Net.Configuration.AuthenticationModuleElement -> unit
Public Sub Remove (element As AuthenticationModuleElement)

매개 변수

element
AuthenticationModuleElement

제거할 항목입니다 AuthenticationModuleElement .

추가 정보

적용 대상

Remove(String)

지정된 키를 사용하여 요소를 제거합니다.

public:
 void Remove(System::String ^ name);
public void Remove(string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

매개 변수

name
String

제거할 요소의 키입니다.

추가 정보

적용 대상