CmsRecipientCollection.Item[Int32] Propiedad

Definición

La Item[Int32] propiedad recupera el CmsRecipient objeto en el índice especificado de la colección.

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

Parámetros

index
Int32

Valor Int32 que representa el índice de la colección. El índice está basado en cero.

Valor de propiedad

Objeto CmsRecipient en el índice especificado.

Excepciones

El valor de un argumento estaba fuera del intervalo permitido de valores tal como se define en el método llamado.

Se aplica a

Consulte también