RecipientInfoCollection.Item[Int32] 속성

정의

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

public:
 property System::Security::Cryptography::Pkcs::RecipientInfo ^ default[int] { System::Security::Cryptography::Pkcs::RecipientInfo ^ get(int index); };
public System.Security.Cryptography.Pkcs.RecipientInfo this[int index] { get; }
member this.Item(int) : System.Security.Cryptography.Pkcs.RecipientInfo
Default Public ReadOnly Property Item(index As Integer) As RecipientInfo

매개 변수

index
Int32

컬렉션의 인덱스를 나타내는 int 값입니다. 인덱스가 0부터 시작하는 경우

속성 값

RecipientInfo 지정된 인덱스에서 개체입니다.

예외

인수의 값이 호출된 메서드에 정의된 허용 가능한 값 범위를 벗어났습니다.

적용 대상