Share via


CryptographicAttributeObjectCollection.Item[Int32] Özellik

Tanım

CryptographicAttributeObject Nesneyi koleksiyonda belirtilen dizinde alır.

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

Parametreler

index
Int32

Int32 Alınacak nesnenin sıfır tabanlı dizinini CryptographicAttributeObject temsil eden bir değer.

Özellik Değeri

CryptographicAttributeObject Belirtilen dizindeki nesne.

Şunlara uygulanır

Ayrıca bkz.