X509CertificateCollection 類別
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義儲存 X509Certificate 物件的集合。
public ref class X509CertificateCollection : System::Collections::CollectionBase
public ref class X509CertificateCollection : System::Collections::IList
C#
public class X509CertificateCollection : System.Collections.CollectionBase
C#
public class X509CertificateCollection : System.Collections.IList
C#
[System.Serializable]
public class X509CertificateCollection : System.Collections.CollectionBase
type X509CertificateCollection = class
inherit CollectionBase
type X509CertificateCollection = class
interface ICollection
interface IEnumerable
interface IList
[<System.Serializable>]
type X509CertificateCollection = class
inherit CollectionBase
Public Class X509CertificateCollection
Inherits CollectionBase
Public Class X509CertificateCollection
Implements IList
- 繼承
- 繼承
-
X509CertificateCollection
- 衍生
- 屬性
- 實作
X509Certificate |
初始化 X509CertificateCollection 類別的新執行個體。 |
X509Certificate |
從 X509Certificate 物件的陣列,初始化 X509CertificateCollection 類別的新執行個體。 |
X509Certificate |
初始化來自另一個 X509CertificateCollection 之 X509CertificateCollection 類別的新執行個體。 |
Capacity |
取得或設定 CollectionBase 可包含的項目數目。 (繼承來源 CollectionBase) |
Count |
取得集合所包含的項目數目。 |
Count |
取得 CollectionBase 執行個體中包含的元素數目。 這個屬性無法覆寫。 (繼承來源 CollectionBase) |
Inner |
取得包含 ArrayList 執行個體中之元素清單的 CollectionBase。 (繼承來源 CollectionBase) |
Item[Int32] |
取得或設定目前 X509CertificateCollection 之指定索引處的項目。 |
List |
取得包含 IList 執行個體中之元素清單的 CollectionBase。 (繼承來源 CollectionBase) |
Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
Of |
根據指定的型別來篩選 IEnumerable 的項目。 |
As |
啟用查詢的平行化作業。 |
As |
將 IEnumerable 轉換成 IQueryable。 |
產品 | 版本 |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |
.NET Standard | 1.3, 1.4, 1.6, 2.0, 2.1 |