X509ChainElementCollection.Item[Int32] Свойство
Определение
Возвращает объект X509ChainElement по указанному индексу.Gets the X509ChainElement object at the specified index.
public:
property System::Security::Cryptography::X509Certificates::X509ChainElement ^ default[int] { System::Security::Cryptography::X509Certificates::X509ChainElement ^ get(int index); };
public System.Security.Cryptography.X509Certificates.X509ChainElement this[int index] { get; }
member this.Item(int) : System.Security.Cryptography.X509Certificates.X509ChainElement
Default Public ReadOnly Property Item(index As Integer) As X509ChainElement
Параметры
- index
- Int32
Целочисленное значение.An integer value.
Значение свойства
Объект X509ChainElement.An X509ChainElement object.
Исключения
Значение параметра index
меньше нуля.index
is less than zero.
Значение параметра index
больше или равно длине коллекции.index
is greater than or equal to the length of the collection.
Комментарии
Используйте этот метод для доступа к X509ChainElement объекту в коллекции.Use this method to access an X509ChainElement object in the collection.