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 매개 변수가 컬렉션의 유효한 인덱스 범위 밖에 있는 경우

적용 대상