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

◆ IsNTLM

bool System.Net.NTAuthentication.IsNTLM
getpackage

Definition at line 68 of file NTAuthentication.cs.

69 {
70 get
71 {
72 if (_lastProtocolName == null)
73 {
75 }
76 return (object)_lastProtocolName == "NTLM";
77 }
78 }

Referenced by System.Net.NTAuthentication.Decrypt(), and System.Net.NTAuthentication.Encrypt().