CmsRecipientCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Item[Int32] 屬性會擷取位於集合中指定索引的 CmsRecipient 物件。
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
參數
屬性值
位於指定之索引處的 CmsRecipient 物件。
例外狀況
引數值超出呼叫方法所定義值的容許範圍。