terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Security.Cryptography.X509Certificates.X509CertificateCollection Class Reference
+ Inheritance diagram for System.Security.Cryptography.X509Certificates.X509CertificateCollection:

Classes

class  X509CertificateEnumerator
 

Public Member Functions

 X509CertificateCollection ()
 
 X509CertificateCollection (X509CertificateCollection value)
 
void AddRange (X509CertificateCollection value)
 
new X509CertificateCollection.X509CertificateEnumerator GetEnumerator ()
 
override int GetHashCode ()
 
void Clear ()
 
void RemoveAt (int index)
 

Protected Member Functions

virtual void OnSet (int index, object oldValue, object newValue)
 
virtual void OnInsert (int index, object value)
 
virtual void OnClear ()
 
virtual void OnRemove (int index, object value)
 
virtual void OnValidate (object value)
 
virtual void OnSetComplete (int index, object oldValue, object newValue)
 
virtual void OnInsertComplete (int index, object value)
 
virtual void OnClearComplete ()
 
virtual void OnRemoveComplete (int index, object value)
 

Properties

X509Certificate this[int index] [get]
 
ArrayList InnerList [get]
 
IList List [get]
 
int Count [get]
 
bool IList. IsReadOnly [get]
 
bool IList. IsFixedSize [get]
 
bool ICollection. IsSynchronized [get]
 
object ICollection. SyncRoot [get]
 

Private Member Functions

void ICollection. CopyTo (Array array, int index)
 
bool IList. Contains (object value)
 
int IList. Add (object value)
 
void IList. Remove (object value)
 
int IList. IndexOf (object value)
 
void IList. Insert (int index, object value)
 

Private Attributes

ArrayList _list
 

Detailed Description

Definition at line 9 of file X509CertificateCollection.cs.


The documentation for this class was generated from the following file: