X509ChainElementCollection.Item[Int32] 屬性

定義

取得在指定之索引處的 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

X509ChainElement 物件。

例外狀況

index 小於零。

index 大於或等於集合的長度。

備註

使用這個方法來存取 X509ChainElement 集合中的 物件。

適用於