Sdílet prostřednictvím


CmsRecipientCollection.Item[Int32] Vlastnost

Definice

Vlastnost Item[Int32] načte CmsRecipient objekt v zadaném indexu v kolekci.

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

Parametry

index
Int32

Hodnota Int32 , která představuje index v kolekci. Index je založený na nule.

Hodnota vlastnosti

Objekt CmsRecipient v zadaném indexu.

Výjimky

Hodnota argumentu byla mimo povolený rozsah hodnot definovaných volanou metodou.

Platí pro

Viz také