ApplicationTrustCollection 클래스

정의

개체의 ApplicationTrust 컬렉션을 나타냅니다. 이 클래스는 상속할 수 없습니다.

public ref class ApplicationTrustCollection sealed : System::Collections::ICollection
public sealed class ApplicationTrustCollection : System.Collections.ICollection
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ApplicationTrustCollection : System.Collections.ICollection
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public sealed class ApplicationTrustCollection : System.Collections.ICollection
type ApplicationTrustCollection = class
    interface ICollection
    interface IEnumerable
[<System.Runtime.InteropServices.ComVisible(true)>]
type ApplicationTrustCollection = class
    interface ICollection
    interface IEnumerable
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type ApplicationTrustCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class ApplicationTrustCollection
Implements ICollection
상속
ApplicationTrustCollection
특성
구현

설명

ApplicationTrust 개체는 애플리케이션에 대한 보안 결정을 캡슐화합니다.

속성

Name Description
Count

컬렉션에 포함된 항목 수를 가져옵니다.

IsSynchronized

컬렉션에 대한 액세스가 동기화되었는지 여부를 나타내는 값을 가져옵니다(스레드로부터 안전).

Item[Int32]

컬렉션의 ApplicationTrust 지정된 인덱스 위치에 있는 개체를 가져옵니다.

Item[String]

지정된 애플리케이션의 ApplicationTrust 개체를 가져옵니다.

SyncRoot

컬렉션에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.

메서드

Name Description
Add(ApplicationTrust)

컬렉션에 요소를 추가합니다.

AddRange(ApplicationTrust[])

지정된 ApplicationTrust 배열의 요소를 컬렉션의 끝에 복사합니다.

AddRange(ApplicationTrustCollection)

지정된 ApplicationTrustCollection 요소를 컬렉션의 끝에 복사합니다.

Clear()

컬렉션에서 모든 애플리케이션 트러스트를 제거합니다.

CopyTo(ApplicationTrust[], Int32)

대상 배열의 지정된 인덱스에서 시작하여 전체 컬렉션을 호환되는 1차원 배열에 복사합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
Find(ApplicationIdentity, ApplicationVersionMatch)

컬렉션에서 지정된 애플리케이션 ID와 일치하는 애플리케이션 트러스트를 가져옵니다.

GetEnumerator()

컬렉션을 반복하는 데 사용할 수 있는 개체를 반환합니다.

GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
Remove(ApplicationIdentity, ApplicationVersionMatch)

컬렉션에서 지정된 조건과 일치하는 모든 애플리케이션 신뢰 개체를 제거합니다.

Remove(ApplicationTrust)

컬렉션에서 지정된 애플리케이션 트러스트를 제거합니다.

RemoveRange(ApplicationTrust[])

컬렉션에서 지정된 배열의 애플리케이션 트러스트 개체를 제거합니다.

RemoveRange(ApplicationTrustCollection)

컬렉션에서 지정된 컬렉션의 애플리케이션 트러스트 개체를 제거합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

Name Description
ICollection.CopyTo(Array, Int32)

지정된 ICollection 인덱스에서 시작하여 지정된 Array인덱스에 요소를 Array 복사합니다.

IEnumerable.GetEnumerator()

컬렉션을 반복하는 열거자를 반환합니다.

확장명 메서드

Name Description
AsParallel(IEnumerable)

쿼리의 병렬 처리를 사용하도록 설정합니다.

AsQueryable(IEnumerable)

IEnumerable IQueryable변환합니다.

Cast<TResult>(IEnumerable)

IEnumerable 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable 요소를 필터링합니다.

적용 대상