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

◆ InternalGetPassword()

string System.Net.NetworkCredential.InternalGetPassword ( )
inlinepackageinherited

Definition at line 134 of file NetworkCredential.cs.

135 {
136 return UnsafeNclNativeMethods.SecureStringHelper.CreateString(this.m_password);
137 }

References System.Net.UnsafeNclNativeMethods.SecureStringHelper.CreateString(), and System.Net.NetworkCredential.m_password.