CmsRecipientCollection 클래스

정의

CmsRecipientCollection 클래스는 CmsRecipient 개체 집합을 나타냅니다. CmsRecipientCollectionICollection 인터페이스를 구현합니다.

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

생성자

CmsRecipientCollection()

CmsRecipientCollection() 생성자는 CmsRecipientCollection 클래스의 인스턴스를 만듭니다.

CmsRecipientCollection(CmsRecipient)

CmsRecipientCollection(CmsRecipient) 생성자는 CmsRecipientCollection 클래스의 인스턴스를 만들고 지정된 수신자를 추가합니다.

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) 생성자는 CmsRecipientCollection 클래스의 인스턴스를 만들고 수신자를 식별하는 인증서 집합과 지정된 주체 식별자를 기준으로 수신자를 추가합니다.

속성

Count

Count 속성은 CmsRecipientCollection 컬렉션의 항목 수를 검색합니다.

IsSynchronized

IsSynchronized 속성은 컬렉션에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 검색합니다. 이 속성은 항상 컬렉션이 스레드로부터 안전하지 않음을 나타내는 false를 반환합니다.

Item[Int32]

Item[Int32] 속성은 컬렉션의 지정된 인덱스에 있는 CmsRecipient 개체를 검색합니다.

SyncRoot

SyncRoot 속성은 Object 컬렉션에 대한 액세스를 동기화하는 데 사용되는 CmsRecipientCollection 개체를 검색합니다.

메서드

Add(CmsRecipient)

Add(CmsRecipient) 메서드는 CmsRecipientCollection 컬렉션에 수신자를 추가합니다.

CopyTo(Array, Int32)

CopyTo(Array, Int32) 메서드는 CmsRecipientCollection 컬렉션을 배열에 복사합니다.

CopyTo(CmsRecipient[], Int32)

CopyTo(CmsRecipient[], Int32) 메서드는 CmsRecipientCollection 컬렉션을 CmsRecipient 배열에 복사합니다.

Equals(Object)

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

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

GetEnumerator() 메서드는 CmsRecipientEnumerator 컬렉션에 대한 CmsRecipientCollection 개체를 반환합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

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

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

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

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

(다음에서 상속됨 Object)
Remove(CmsRecipient)

Remove(CmsRecipient) 메서드는 CmsRecipientCollection 컬렉션에서 수신자를 제거합니다.

ToString()

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

(다음에서 상속됨 Object)

명시적 인터페이스 구현

ICollection.IsSynchronized

ICollection에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지를 나타내는 값을 가져옵니다.

ICollection.SyncRoot

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

IEnumerable.GetEnumerator()

IEnumerable.GetEnumerator() 메서드는 CmsRecipientEnumerator 컬렉션에 대한 CmsRecipientCollection 개체를 반환합니다.

확장 메서드

Cast<TResult>(IEnumerable)

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

OfType<TResult>(IEnumerable)

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

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상