CryptographicAttributeObjectCollection.Item[Int32] Vlastnost

Definice

CryptographicAttributeObject Získá objekt v zadaném indexu v kolekci.

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

Hodnota Int32 , která představuje nulový index objektu CryptographicAttributeObject k načtení.

Hodnota vlastnosti

Objekt CryptographicAttributeObject v zadaném indexu.

Platí pro

Viz také