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 オブジェクトの 0 から始まるインデックスを表す CryptographicAttributeObject 値。

プロパティ値

指定したインデックス位置にある CryptographicAttributeObject オブジェクト。

適用対象

こちらもご覧ください