다음을 통해 공유


AuthenticationModuleElementCollection.Remove 메서드

정의

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

오버로드

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)

매개 변수

추가 정보

적용 대상

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

제거할 요소의 키입니다.

추가 정보

적용 대상