CryptographicAttributeObjectCollection.Item[Int32] Własność
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
CryptographicAttributeObject Pobiera obiekt w określonym indeksie w kolekcji.
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
Parametry
- index
- Int32
Int32 Wartość reprezentująca indeks CryptographicAttributeObject zerowy obiektu do pobrania.
Wartość nieruchomości
Obiekt CryptographicAttributeObject w określonym indeksie.