CryptographicAttributeObjectCollection.Item[Int32] Proprietà

Definizione

Ottiene l'oggetto CryptographicAttributeObject in corrispondenza dell'indice specificato nell'insieme.

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

Parametri

index
Int32

Valore Int32 che rappresenta l'indice in base zero dell'oggetto CryptographicAttributeObject da recuperare.

Valore della proprietà

Oggetto CryptographicAttributeObject in corrispondenza dell'indice specificato.

Si applica a

Vedi anche