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 集合中的对象。

适用于