SignerInfoCollection Třída
Definice
SignerInfoCollectionTřída představuje kolekci SignerInfo objektů.The SignerInfoCollection class represents a collection of SignerInfo objects. SignerInfoCollection implementuje ICollection rozhraní.SignerInfoCollection implements the ICollection interface.
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
- Dědičnost
-
SignerInfoCollection
- Implementuje
Poznámky
Tato třída nemá veřejný konstruktor. Proto nemůže být vytvořena veřejně.This class does not have a public constructor; therefore, it cannot be publicly instantiated. Třída, která je jen pro čtení, je přístupná z SignedCms.SignerInfos vlastnosti nebo SignerInfo.CounterSignerInfos Vlastnosti.It is a read-only class accessible from the SignedCms.SignerInfos property or the SignerInfo.CounterSignerInfos property.
Vlastnosti
Count |
CountVlastnost načítá počet položek v SignerInfoCollection kolekci.The Count property retrieves the number of items in the SignerInfoCollection collection. |
IsSynchronized |
IsSynchronizedVlastnost načítá, zda je přístup ke kolekci synchronizován, nebo je vláknem bezpečné.The IsSynchronized property retrieves whether access to the collection is synchronized, or thread safe. Tato vlastnost vždy vrátí |
Item[Int32] |
Item[Int32]Vlastnost načte SignerInfo objekt na zadaném indexu v kolekci.The Item[Int32] property retrieves the SignerInfo object at the specified index in the collection. |
SyncRoot |
SyncRootVlastnost načte Object objekt slouží k synchronizaci přístupu ke SignerInfoCollection kolekci.The SyncRoot property retrieves an Object object is used to synchronize access to the SignerInfoCollection collection. |
Metody
CopyTo(Array, Int32) |
CopyTo(Array, Int32)Metoda zkopíruje SignerInfoCollection kolekci do pole.The CopyTo(Array, Int32) method copies the SignerInfoCollection collection to an array. |
CopyTo(SignerInfo[], Int32) |
CopyTo(SignerInfo[], Int32)Metoda zkopíruje SignerInfoCollection kolekci do SignerInfo pole.The CopyTo(SignerInfo[], Int32) method copies the SignerInfoCollection collection to a SignerInfo array. |
Equals(Object) |
Určí, zda se zadaný objekt rovná aktuálnímu objektu.Determines whether the specified object is equal to the current object. (Zděděno od Object) |
GetEnumerator() |
GetEnumerator()Metoda vrátí SignerInfoEnumerator objekt pro SignerInfoCollection kolekci.The GetEnumerator() method returns a SignerInfoEnumerator object for the SignerInfoCollection collection. |
GetHashCode() |
Slouží jako výchozí funkce hash.Serves as the default hash function. (Zděděno od Object) |
GetType() |
Získá Type aktuální instanci.Gets the Type of the current instance. (Zděděno od Object) |
MemberwiseClone() |
Vytvoří kopii aktuálního seznamu Object .Creates a shallow copy of the current Object. (Zděděno od Object) |
ToString() |
Vrátí řetězec, který představuje aktuální objekt.Returns a string that represents the current object. (Zděděno od Object) |
Explicitní implementace rozhraní
IEnumerable.GetEnumerator() |
IEnumerable.GetEnumerator()Metoda vrátí SignerInfoEnumerator objekt pro SignerInfoCollection kolekci.The IEnumerable.GetEnumerator() method returns a SignerInfoEnumerator object for the SignerInfoCollection collection. |
Metody rozšíření
Cast<TResult>(IEnumerable) |
Přetypování prvky IEnumerable na zadaný typ.Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filtruje prvky IEnumerable založené na zadaném typu.Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Povoluje paralelní zpracování dotazu.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Převede IEnumerable na IQueryable .Converts an IEnumerable to an IQueryable. |