CmsRecipientCollection.Item[Int32] Proprietà

Definizione

La proprietà Item[Int32] recupera l'oggetto CmsRecipient in corrispondenza dell'indice specificato nell'insieme.

public:
 property System::Security::Cryptography::Pkcs::CmsRecipient ^ default[int] { System::Security::Cryptography::Pkcs::CmsRecipient ^ get(int index); };
public System.Security.Cryptography.Pkcs.CmsRecipient this[int index] { get; }
member this.Item(int) : System.Security.Cryptography.Pkcs.CmsRecipient
Default Public ReadOnly Property Item(index As Integer) As CmsRecipient

Parametri

index
Int32

Valore Int32 che rappresenta l'indice nell'insieme. L'indice è in base zero.

Valore della proprietà

Oggetto CmsRecipient in corrispondenza dell'indice specificato.

Eccezioni

Il valore di un argomento non era compreso nell'intervallo di valori consentito, come definito dal metodo chiamato.

Si applica a

Vedi anche