Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToString() [4/4]

override string Interop.SspiCli.CredHandle.ToString ( )
inline

Definition at line 331 of file Interop.cs.

332 {
333 return dwLower.ToString("x") + ":" + dwUpper.ToString("x");
334 }
unsafe override string ToString()
Definition IntPtr.cs:247

References Interop.SspiCli.CredHandle.dwLower, Interop.SspiCli.CredHandle.dwUpper, and System.IntPtr.ToString().