terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Mono.Security.X509.X509Stores Class Reference
+ Collaboration diagram for Mono.Security.X509.X509Stores:

Classes

class  Names
 

Public Member Functions

void Clear ()
 
X509Store Open (string storeName, bool create)
 

Package Functions

 X509Stores (string path, bool newFormat)
 

Properties

X509Store Personal [get, set]
 
X509Store OtherPeople [get, set]
 
X509Store IntermediateCA [get, set]
 
X509Store TrustedRoot [get, set]
 
X509Store Untrusted [get, set]
 

Private Attributes

string _storePath
 
bool _newFormat
 
X509Store _personal
 
X509Store _other
 
X509Store _intermediate
 
X509Store _trusted
 
X509Store _untrusted
 

Detailed Description

Definition at line 11 of file X509Stores.cs.


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