CmsRecipientCollection.Item[Int32] Proprietà

Definizione

La Item[Int32] proprietà 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 è compreso nell'intervallo consentito di valori, come definito dal metodo chiamato.

Si applica a

Vedi anche