terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
X509Certificate2Collection () | |
X509Certificate2Collection (X509Certificate2Collection certificates) | |
int | Add (X509Certificate2 certificate) |
void | AddRange (X509Certificate2Collection certificates) |
bool | Contains (X509Certificate2 certificate) |
X509Certificate2Collection | Find (X509FindType findType, object findValue, bool validOnly) |
new X509Certificate2Enumerator | GetEnumerator () |
void | AddRange (X509CertificateCollection value) |
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 | |
X509Certificate2 | 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 | |
string | GetKeyIdentifier (X509Certificate2 x) |
void ICollection. | CopyTo (Array array, int index) |
void IList. | Remove (object value) |
int IList. | IndexOf (object value) |
void IList. | Insert (int index, object value) |
Static Private Member Functions | |
static | X509Certificate2Collection () |
Private Attributes | |
ArrayList | _list |
Static Private Attributes | |
static string[] | newline_split |
Definition at line 9 of file X509Certificate2Collection.cs.