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.SecureString Class Referencesealed
+ Inheritance diagram for System.Security.SecureString:

Public Member Functions

 SecureString ()
 
unsafe SecureString (char *value, int length)
 
SecureString Copy ()
 
void Dispose ()
 

Package Functions

byte[] GetBuffer ()
 

Properties

int Length [get]
 

Private Member Functions

void Encrypt ()
 
void Decrypt ()
 
void Alloc (int length, bool realloc)
 

Private Attributes

int length
 
bool disposed
 
byte[] data
 

Detailed Description

Definition at line 7 of file SecureString.cs.


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