Udostępnij za pośrednictwem


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

Definicja

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ść właściwości

Obiekt CryptographicAttributeObject w określonym indeksie.

Dotyczy

Zobacz też