Share via


CryptographicAttributeObjectCollection.Item[Int32] 屬性

定義

取得集合中位於指定索引的 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 物件。

適用於

另請參閱