SignerInfoCollection Klasa
Definicja
SignerInfoCollectionKlasa reprezentuje kolekcję SignerInfo obiektów.The SignerInfoCollection class represents a collection of SignerInfo objects. SignerInfoCollection implementuje ICollection interfejs.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
- Dziedziczenie
-
SignerInfoCollection
- Implementuje
Uwagi
Ta klasa nie ma konstruktora publicznego; w związku z tym nie można publicznie utworzyć wystąpienia.This class does not have a public constructor; therefore, it cannot be publicly instantiated. Jest to Klasa tylko do odczytu dostępna z SignedCms.SignerInfos właściwości lub SignerInfo.CounterSignerInfos właściwości.It is a read-only class accessible from the SignedCms.SignerInfos property or the SignerInfo.CounterSignerInfos property.
Właściwości
Count |
CountWłaściwość pobiera liczbę elementów w SignerInfoCollection kolekcji.The Count property retrieves the number of items in the SignerInfoCollection collection. |
IsSynchronized |
IsSynchronizedWłaściwość umożliwia pobranie informacji o tym, czy dostęp do kolekcji jest synchronizowany, czy wątek bezpieczny.The IsSynchronized property retrieves whether access to the collection is synchronized, or thread safe. Ta właściwość zawsze zwraca wartość |
Item[Int32] |
Item[Int32]Właściwość pobiera SignerInfo obiekt pod określonym indeksem w kolekcji.The Item[Int32] property retrieves the SignerInfo object at the specified index in the collection. |
SyncRoot |
SyncRootWłaściwość pobiera Object obiekt służący do synchronizowania dostępu do SignerInfoCollection kolekcji.The SyncRoot property retrieves an Object object is used to synchronize access to the SignerInfoCollection collection. |
Metody
CopyTo(Array, Int32) |
CopyTo(Array, Int32)Metoda kopiuje SignerInfoCollection kolekcję do tablicy.The CopyTo(Array, Int32) method copies the SignerInfoCollection collection to an array. |
CopyTo(SignerInfo[], Int32) |
CopyTo(SignerInfo[], Int32)Metoda kopiuje SignerInfoCollection kolekcję do SignerInfo tablicy.The CopyTo(SignerInfo[], Int32) method copies the SignerInfoCollection collection to a SignerInfo array. |
Equals(Object) |
Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.Determines whether the specified object is equal to the current object. (Odziedziczone po Object) |
GetEnumerator() |
GetEnumerator()Metoda zwraca SignerInfoEnumerator obiekt dla SignerInfoCollection kolekcji.The GetEnumerator() method returns a SignerInfoEnumerator object for the SignerInfoCollection collection. |
GetHashCode() |
Służy jako domyślna funkcja skrótu.Serves as the default hash function. (Odziedziczone po Object) |
GetType() |
Pobiera Type bieżące wystąpienie.Gets the Type of the current instance. (Odziedziczone po Object) |
MemberwiseClone() |
Tworzy skróconą kopię bieżącego elementu Object .Creates a shallow copy of the current Object. (Odziedziczone po Object) |
ToString() |
Zwraca ciąg reprezentujący bieżący obiekt.Returns a string that represents the current object. (Odziedziczone po Object) |
Jawne implementacje interfejsu
IEnumerable.GetEnumerator() |
IEnumerable.GetEnumerator()Metoda zwraca SignerInfoEnumerator obiekt dla SignerInfoCollection kolekcji.The IEnumerable.GetEnumerator() method returns a SignerInfoEnumerator object for the SignerInfoCollection collection. |
Metody rozszerzania
Cast<TResult>(IEnumerable) |
Rzutuje elementy elementu IEnumerable do określonego typu.Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filtruje elementy IEnumerable w oparciu o określony typ.Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Włącza przetwarzanie równoległe zapytania.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Konwertuje IEnumerable do IQueryable .Converts an IEnumerable to an IQueryable. |