System::Security::Cryptography::X509Certificates::X509Certificate2Collection Class Reference

Inherits System::Collections::Generic::List< SharedPtr< X509Certificate2 > >.

Protected Member Functions

 ~X509Certificate2Collection () override
 Destructor. More...
 
- Protected Member Functions inherited from System::Collections::Generic::List< SharedPtr< X509Certificate2 > >
 ~List () override
 Destructor. More...
 
- Protected Member Functions inherited from System::Collections::Generic::IEnumerable< SharedPtr< X509Certificate2 > >
 ~IEnumerable () override
 Destructor. More...
 

Additional Inherited Members

- Public Types inherited from System::Collections::Generic::List< SharedPtr< X509Certificate2 > >
typedef SharedPtr< X509Certificate2 > ValueType
 This type. More...
 
typedef IList< SharedPtr< X509Certificate2 > > BaseType
 Interface type. More...
 
typedef std::vector< SharedPtr< X509Certificate2 >, ASPOSE_COLLECTION_ALLOCATOR_TYPE > vector_t
 Underlying data type. More...
 
typedef SharedPtr< IEnumerable< SharedPtr< X509Certificate2 > > > IEnumerablePtr
 Container holding elements of same type we hold. More...
 
typedef SharedPtr< IEnumerator< SharedPtr< X509Certificate2 > > > IEnumeratorPtr
 Enumerator type. More...
 
- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
typedef System::Details::SharedMembersType shared_members_type
 structure to keep list of shared pointers contained in object. More...
 
- Public Types inherited from System::Collections::Generic::IList< SharedPtr< X509Certificate2 > >
typedef ICollection< SharedPtr< X509Certificate2 > > BaseType
 Base type. More...
 
typedef IList< SharedPtr< X509Certificate2 > > ThisType
 This type. More...
 
typedef SharedPtr< X509Certificate2 > ValueType
 Value type. More...
 
- Public Types inherited from System::Collections::Generic::ICollection< SharedPtr< X509Certificate2 > >
typedef SharedPtr< X509Certificate2 > ValueType
 Value type name. More...
 
typedef ICollection< SharedPtr< X509Certificate2 > > ThisType
 Collection type name. More...
 
- Public Types inherited from System::Collections::Generic::IEnumerable< SharedPtr< X509Certificate2 > >
typedef IEnumerator< SharedPtr< X509Certificate2 > > IEnumeratorType
 Enumerator type. More...
 
- Public Member Functions inherited from System::Collections::Generic::List< SharedPtr< X509Certificate2 > >
 List ()
 Creates empty list. More...
 
 List (int capacity)
 
 List (IEnumerablePtr collection)
 
void AddInitializer (int size, const SharedPtr< X509Certificate2 > inits[])
 
IEnumeratorPtr GetEnumerator () override
 
int get_Count () const override
 
void Add (const SharedPtr< X509Certificate2 > &item) override
 
void Clear () override
 Deletes all elements. More...
 
bool Contains (const SharedPtr< X509Certificate2 > &item) const override
 
bool Remove (const SharedPtr< X509Certificate2 > &item) override
 
void CopyTo (System::ArrayPtr< SharedPtr< X509Certificate2 > > array, int arrayIndex) override
 
void CopyTo (const System::ArrayPtr< SharedPtr< X509Certificate2 > > &array)
 
void CopyTo (int index, const System::ArrayPtr< SharedPtr< X509Certificate2 > > &array, int arrayIndex, int count)
 
int IndexOf (const SharedPtr< X509Certificate2 > &item) const override
 
int IndexOf (const SharedPtr< X509Certificate2 > &item, int index) const
 
void Insert (int index, const SharedPtr< X509Certificate2 > &item) override
 
void RemoveAt (int index) override
 
SharedPtr< X509Certificate2 > idx_get (int index) const override
 
void idx_set (int index, SharedPtr< X509Certificate2 > value) override
 
int get_Capacity () const
 
void set_Capacity (int capacity)
 
void AddRange (IEnumerablePtr collection)
 
SharedPtr< System::Collections::ObjectModel::ReadOnlyCollection< SharedPtr< X509Certificate2 > > > AsReadOnly ()
 
int BinarySearch (const SharedPtr< X509Certificate2 > &item) const
 
int BinarySearch (const SharedPtr< X509Certificate2 > &item, const SharedPtr< System::Collections::Generic::IComparer< SharedPtr< X509Certificate2 > > > &comparer) const
 
int BinarySearch (int index, int count, const SharedPtr< X509Certificate2 > &item, const SharedPtr< System::Collections::Generic::IComparer< SharedPtr< X509Certificate2 > > > &comparer) const
 
SharedPtr< List< OutputType > > ConvertAll (Converter< SharedPtr< X509Certificate2 >, OutputType > converter)
 
bool Exists (System::Predicate< SharedPtr< X509Certificate2 > > match)
 
SharedPtr< X509Certificate2 > Find (System::Predicate< SharedPtr< X509Certificate2 > > predicate)
 
ListPtr< SharedPtr< X509Certificate2 > > FindAll (System::Predicate< SharedPtr< X509Certificate2 > > match)
 
int FindIndex (System::Predicate< SharedPtr< X509Certificate2 > > match)
 
int FindIndex (int startIndex, System::Predicate< SharedPtr< X509Certificate2 > > match)
 
int FindIndex (int startIndex, int count, System::Predicate< SharedPtr< X509Certificate2 > > match)
 
SharedPtr< X509Certificate2 > FindLast (System::Predicate< SharedPtr< X509Certificate2 > > match)
 
void ForEach (System::Action< SharedPtr< X509Certificate2 > > action)
 
ThisPtr GetRange (int index, int count)
 
void InsertRange (int index, IEnumerablePtr collection)
 
int32_t LastIndexOf (const SharedPtr< X509Certificate2 > &item) const
 
int32_t LastIndexOf (const SharedPtr< X509Certificate2 > &item, int32_t index) const
 
int32_t LastIndexOf (const SharedPtr< X509Certificate2 > &item, int32_t index, int32_t count) const
 
int RemoveAll (Predicate< SharedPtr< X509Certificate2 > > match)
 
void RemoveRange (int index, int count)
 
void Reverse ()
 Reverses elements order of the whole list. More...
 
void Reverse (int index, int count)
 
void Sort (const SharedPtr< System::Collections::Generic::IComparer< SharedPtr< X509Certificate2 > > > &comparator)
 
void Sort ()
 Sorts elements in the list using default comparator. More...
 
void Sort (int index, int count, SharedPtr< System::Collections::Generic::IComparer< SharedPtr< X509Certificate2 > > > comparator)
 
void Sort (Comparison< SharedPtr< X509Certificate2 > > comparison, bool)
 
ArrayPtr< SharedPtr< X509Certificate2 > > ToArray () const
 
void TrimExcess ()
 Makes list capacity to fit its size. More...
 
bool TrueForAll (System::Predicate< SharedPtr< X509Certificate2 > > match)
 
vector_t::reference operator[] (int index)
 
vector_t::const_reference operator[] (int index) const
 
vector_tdata ()
 
const vector_tdata () const
 
void _add_range (std::initializer_list< SharedPtr< X509Certificate2 > > list)
 
- Public Member Functions inherited from System::Object
ASPOSECPP_SHARED_API Object ()
 Creates object. Initializes all internal data structures. More...
 
virtual ASPOSECPP_SHARED_API ~Object ()
 Destroys object. Frees all internal data structures. More...
 
ASPOSECPP_SHARED_API Object (Object const &x)
 Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int SharedRefRemovedSafe ()
 Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int RemovedSharedRefs (int count)
 Decreases shared reference count by specified value. More...
 
Detail::SmartPtrCounter * WeakRefAdded ()
 Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
void WeakRefRemoved ()
 Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
Detail::SmartPtrCounter * GetCounter ()
 Gets reference counter data structure associated with the object. More...
 
int SharedCount () const
 Gets current value of shared refernce counter. More...
 
ASPOSECPP_SHARED_API void Lock ()
 Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
 
ASPOSECPP_SHARED_API void Unlock ()
 Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
 
virtual ASPOSECPP_SHARED_API bool Equals (ptr obj)
 Compares objects using C# Object.Equals semantics. More...
 
virtual ASPOSECPP_SHARED_API int GetHashCode () const
 Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
 
virtual ASPOSECPP_SHARED_API String ToString () ASPOSE_CONST
 Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
 
virtual ASPOSECPP_SHARED_API ptr MemberwiseClone () const
 Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
 
virtual ASPOSECPP_SHARED_API const TypeInfoGetType () const
 Gets actual type of object. Analog of C# System.Object.GetType() call. More...
 
virtual ASPOSECPP_SHARED_API bool Is (const TypeInfo &targetType) const
 Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
 
virtual ASPOSECPP_SHARED_API void SetTemplateWeakPtr (unsigned int argument)
 Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
 
template<>
bool Equals (float const &objA, float const &objB)
 
template<>
bool Equals (double const &objA, double const &objB)
 
template<>
bool ReferenceEquals (String const &str, std::nullptr_t)
 
template<>
bool ReferenceEquals (String const &str1, String const &str2)
 
- Public Member Functions inherited from System::Collections::Generic::ICollection< SharedPtr< X509Certificate2 > >
virtual bool get_IsReadOnly () const
 
ICollectionoperator= (ICollection &&)
 
ICollectionoperator= (const ICollection &)
 
 ICollection ()
 Default constructor. More...
 
 ICollection (const ICollection &)
 Copy constructor. More...
 
 ICollection (ICollection &&)
 Move constructor. More...
 
virtual ~ICollection ()
 Destructor. More...
 
- Public Member Functions inherited from System::Collections::Generic::IEnumerable< SharedPtr< X509Certificate2 > >
SharedPtr< X509Certificate2 > LINQ_ElementAt (int index)
 
SharedPtr< X509Certificate2 > LINQ_First ()
 
System::SharedPtr< Collections::Generic::List< SharedPtr< X509Certificate2 > > > LINQ_ToList ()
 
int LINQ_Count ()
 
System::ArrayPtr< SharedPtr< X509Certificate2 > > LINQ_ToArray ()
 
- Static Public Member Functions inherited from System::Object
static bool ReferenceEquals (ptr const &objA, ptr const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, T const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, std::nullptr_t)
 Reference-compares value type object with nullptr. More...
 
template<typename T1 , typename T2 >
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares reference type objects in C# style. More...
 
template<typename T1 , typename T2 >
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares value type objects in C# style. More...
 
static const TypeInfoType ()
 Impleemnts C# typeof(System.Object) construct. More...
 
- Protected Types inherited from System::Collections::Generic::List< SharedPtr< X509Certificate2 > >
typedef SharedPtr< List< SharedPtr< X509Certificate2 > > > ThisPtr
 Pointer type. More...
 
typedef vector_t::iterator iterator_t
 Iterator type. More...
 
typedef vector_t::const_iterator const_iterator_t
 Const iterator type. More...
 
- Protected Attributes inherited from System::Collections::Generic::List< SharedPtr< X509Certificate2 > >
vector_t m_data
 Underlting data structure. More...
 

Detailed Description

Collection of X509 certificate objects. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.

Constructor & Destructor Documentation

◆ ~X509Certificate2Collection()

System::Security::Cryptography::X509Certificates::X509Certificate2Collection::~X509Certificate2Collection ( )
inlineoverrideprotected

Destructor.