X509ChainElementCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在指定之索引處的 X509ChainElement 物件。
public:
property System::Security::Cryptography::X509Certificates::X509ChainElement ^ default[int] { System::Security::Cryptography::X509Certificates::X509ChainElement ^ get(int index); };
public System.Security.Cryptography.X509Certificates.X509ChainElement this[int index] { get; }
member this.Item(int) : System.Security.Cryptography.X509Certificates.X509ChainElement
Default Public ReadOnly Property Item(index As Integer) As X509ChainElement
參數
- index
- Int32
整數值。
屬性值
X509ChainElement 物件。
例外狀況
index
小於零。
index
大於或等於集合的長度。
備註
使用這個方法來存取 X509ChainElement 集合中的 物件。