CryptographicAttributeObjectCollection.Item[Int32] Свойство

Определение

Получает объект CryptographicAttributeObject, соответствующий заданному индексу в коллекции.

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

Параметры

index
Int32

Значение Int32, представляющее отсчитываемый от нуля индекс объекта CryptographicAttributeObject, который необходимо извлечь.

Значение свойства

Объект CryptographicAttributeObject, расположенный по указанному индексу.

Применяется к

См. также раздел