Bagikan melalui


CryptographicAttributeObjectCollection.Item[Int32] Properti

Definisi

CryptographicAttributeObject Mendapatkan objek pada indeks yang ditentukan dalam koleksi.

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

Parameter

index
Int32

Nilai Int32 yang mewakili indeks berbasis nol dari objek yang CryptographicAttributeObject akan diambil.

Nilai Properti

Objek CryptographicAttributeObject pada indeks yang ditentukan.

Berlaku untuk

Lihat juga