X509CertificateCollection.Item[Int32] 속성

정의

현재 X509CertificateCollection인덱스의 지정된 인덱스에서 항목을 가져오거나 설정합니다.

public:
 property System::Security::Cryptography::X509Certificates::X509Certificate ^ default[int] { System::Security::Cryptography::X509Certificates::X509Certificate ^ get(int index); void set(int index, System::Security::Cryptography::X509Certificates::X509Certificate ^ value); };
public System.Security.Cryptography.X509Certificates.X509Certificate this[int index] { get; set; }
member this.Item(int) : System.Security.Cryptography.X509Certificates.X509Certificate with get, set
Default Public Property Item(index As Integer) As X509Certificate

매개 변수

index
Int32

현재 X509CertificateCollection항목에서 찾을 항목의 인덱스(0부터 시작)입니다.

속성 값

X509Certificate 현재 X509CertificateCollection인덱스의 지정된 인덱스입니다.

예외

index 매개 변수가 컬렉션의 유효한 인덱스 범위를 벗어났습니다.

적용 대상