Share via


SignerInfoCollection.Item[Int32] 속성

정의

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

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

매개 변수

index
Int32

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

속성 값

지정한 인덱스에 있는 SignerInfo 개체입니다.

예외

인수 값이 호출된 메서드로 정의한 허용 값 범위를 벗어난 경우

적용 대상