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

◆ Password

string System.Net.NetworkCredential.Password
getsetinherited

Definition at line 75 of file NetworkCredential.cs.

76 {
77 get
78 {
79 return UnsafeNclNativeMethods.SecureStringHelper.CreateString(this.m_password);
80 }
81 set
82 {
83 SecureString secureString = UnsafeNclNativeMethods.SecureStringHelper.CreateSecureString(value);
85 }
86 }
class f__AnonymousType0<< Count > j__TPar

Referenced by System.Net.FtpControlStream.BuildCommandsList().