CryptographicAttributeObjectCollection.Item[Int32] Eigenschaft

Definition

Ruft das CryptographicAttributeObject Objekt am angegebenen Index in der Auflistung ab.

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

Ein Int32 Wert, der den nullbasierten Index des CryptographicAttributeObject abzurufenden Objekts darstellt.

Eigenschaftswert

Das CryptographicAttributeObject -Objekt am angegebenen Index.

Gilt für:

Weitere Informationen