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

◆ IsKerberos

bool System.Net.NTAuthentication.IsKerberos
getpackage

Definition at line 86 of file NTAuthentication.cs.

87 {
88 get
89 {
90 if (_lastProtocolName == null)
91 {
93 }
94 return (object)_lastProtocolName == "Kerberos";
95 }
96 }

Referenced by System.Net.Security.NegotiateStream.CheckSpn().