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

◆ ProtocolName

string System.Net.NTAuthentication.ProtocolName
getpackage

Definition at line 65 of file NTAuthentication.cs.

66 {
67 get
68 {
69 if (_protocolName == null)
70 {
71 string text = null;
73 {
75 if (IsCompleted)
76 {
78 }
79 }
80 return text ?? string.Empty;
81 }
82 return _protocolName;
83 }
84 }
System.Net.Security.SafeDeleteContext _securityContext
static string QueryContextAuthenticationPackage(System.Net.Security.SafeDeleteContext securityContext)

Referenced by System.Net.Security.NegotiateStreamPal.GetIdentity().