CryptographicAttributeObjectCollection.Item[Int32] Egenskap

Definition

Hämtar objektet CryptographicAttributeObject vid det angivna indexet i samlingen.

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

Parametrar

index
Int32

Ett Int32 värde som representerar det nollbaserade indexet för objektet som CryptographicAttributeObject ska hämtas.

Egenskapsvärde

Objektet CryptographicAttributeObject i det angivna indexet.

Gäller för

Se även