X509CertificateCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia wpis w określonym indeksie bieżącego X509CertificateCollectionelementu .

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

Parametry

index
Int32

Indeks oparty na zera wpisu do zlokalizowania w bieżącym X509CertificateCollectionobiekcie .

Wartość właściwości

Wartość X509Certificate w określonym indeksie bieżącego X509CertificateCollectionelementu .

Wyjątki

Parametr index znajduje się poza prawidłowym zakresem indeksów dla kolekcji.

Dotyczy