CryptographicAttributeObjectCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得集合中位於指定索引的 CryptographicAttributeObject 物件。
public:
property System::Security::Cryptography::CryptographicAttributeObject ^ default[int] { System::Security::Cryptography::CryptographicAttributeObject ^ get(int index); };
public System.Security.Cryptography.CryptographicAttributeObject this[int index] { get; }
member this.Item(int) : System.Security.Cryptography.CryptographicAttributeObject
Default Public ReadOnly Property Item(index As Integer) As CryptographicAttributeObject
參數
- index
- Int32
Int32 值,表示要擷取的 CryptographicAttributeObject 物件之以零起始的索引。
屬性值
位於指定索引處的 CryptographicAttributeObject 物件。