SignerInfoCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
SignerInfoCollection 類別表示 SignerInfo 物件的集合。 SignerInfoCollection 會實作 ICollection 介面。
public ref class SignerInfoCollection sealed : System::Collections::ICollection
public sealed class SignerInfoCollection : System.Collections.ICollection
type SignerInfoCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class SignerInfoCollection
Implements ICollection
- 繼承
-
SignerInfoCollection
- 實作
備註
這個類別沒有公用建構函式;因此,無法公開具現化。 它是可從屬性或 屬性存取的SignedCms.SignerInfosSignerInfo.CounterSignerInfos唯讀類別。
屬性
Count |
Count 屬性擷取 SignerInfoCollection 集合中的項目數目。 |
IsSynchronized |
不論是以同步方式或是以執行緒安全方式來存取集合,IsSynchronized 屬性都會進行擷取。 這個屬性永遠會傳回 |
Item[Int32] |
Item[Int32] 屬性會擷取位於集合中指定索引的 SignerInfo 物件。 |
SyncRoot |
SyncRoot 屬性會擷取 Object 物件,用來同步存取 SignerInfoCollection 集合。 |
方法
CopyTo(Array, Int32) |
CopyTo(Array, Int32) 方法可複製 SignerInfoCollection 集合至陣列。 |
CopyTo(SignerInfo[], Int32) |
CopyTo(SignerInfo[], Int32) 方法可複製 SignerInfoCollection 集合至 SignerInfo 陣列。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetEnumerator() |
GetEnumerator() 方法傳回 SignerInfoEnumerator 集合的 SignerInfoCollection 物件。 |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |
明確介面實作
IEnumerable.GetEnumerator() |
IEnumerable.GetEnumerator() 方法傳回 SignerInfoEnumerator 集合的 SignerInfoCollection 物件。 |
擴充方法
Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
根據指定的型別來篩選 IEnumerable 的項目。 |
AsParallel(IEnumerable) |
啟用查詢的平行化作業。 |
AsQueryable(IEnumerable) |
將 IEnumerable 轉換成 IQueryable。 |