CryptographicAttributeObjectCollection.Item[Int32] Eigenschap

Definitie

Hiermee haalt u het CryptographicAttributeObject object op bij de opgegeven index in de verzameling.

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

Parameters

index
Int32

Een Int32 waarde die de op nul gebaseerde index van het CryptographicAttributeObject object vertegenwoordigt die moet worden opgehaald.

Waarde van eigenschap

Het CryptographicAttributeObject object op de opgegeven index.

Van toepassing op

Zie ook