AuthenticationInfoCollection 클래스

정의

연결 대화 상자의 단순 뷰를 채우는 데 사용되는 인증 라벨을 포함하는 테이블을 나타냅니다.

public ref class AuthenticationInfoCollection : System::Collections::ICollection
public class AuthenticationInfoCollection : System.Collections.ICollection
type AuthenticationInfoCollection = class
    interface ICollection
    interface IEnumerable
Public Class AuthenticationInfoCollection
Implements ICollection
상속
AuthenticationInfoCollection
구현

생성자

Name Description
AuthenticationInfoCollection()

기본 속성 값으로 클래스의 AuthenticationInfoCollection 새 인스턴스를 초기화합니다.

AuthenticationInfoCollection(AuthenticationInfo[], Int32)

지정된 항목과 기본 인덱스 매개변수로 클래스의 AuthenticationInfoCollection 새 인스턴스를 초기화합니다.

AuthenticationInfoCollection(AuthenticationInfo[])

지정된 항목 매개변수로 클래스의 AuthenticationInfoCollection 새 인스턴스를 초기화합니다.

필드

Name Description
def

기본 인덱스를 지정하는 값을 정의합니다.

entries

인증 정보 수집의 내용을 정의합니다.

syncObject

사용자가 서로 다른 동기화를 구성할 수 있도록 송수신 그룹을 나타내는 객체를 정의합니다.

속성

Name Description
Count

컬렉션에 실제로 포함된 요소의 수를 얻습니다.

DefaultIndex

컬렉션 내 기본 객체의 인덱스를 얻거나 설정합니다.

IsSynchronized

컬렉션에 대한 액세스가 동기화되는지 여부를 나타내는 값을 가져옵니다.

Item[Int32]

위치 또는 키별로 컬렉션 객체의 특정 요소를 반환합니다. 이 속성은 읽기 전용입니다.

SyncRoot

컬렉션 객체에 대한 접근 동기화에 사용할 수 있는 객체를 얻습니다.

메서드

Name Description
Add(AuthenticationInfo)

인증 정보를 컬렉션에 추가합니다.

CopyTo(Array, Int32)

ICollection 인터페이스의 요소들을 특정 배열 인덱스부터 배열로 복사합니다.

FindByAuthenticationType(Int32)

인증 유형에 따라 검색되는 정보 수집을 나타냅니다.

GetEnumerator()

집합 객체를 반복하는 데 사용되는 열거자 객체에 대한 참조를 가져옵니다.

적용 대상