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

◆ GetClientSpecifiedSpn() [2/2]

string System.Net.NTAuthentication.GetClientSpecifiedSpn ( )
inlineprivate

Definition at line 271 of file NTAuthentication.cs.

272 {
274 if (System.Net.NetEventSource.Log.IsEnabled())
275 {
276 System.Net.NetEventSource.Info(this, $"The client specified SPN is [{text}]", "GetClientSpecifiedSpn");
277 }
278 return text;
279 }
System.Net.Security.SafeDeleteContext _securityContext
static readonly System.Net.NetEventSource Log
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)
static string QueryContextClientSpecifiedSpn(System.Net.Security.SafeDeleteContext securityContext)

References System.Net.NTAuthentication._securityContext, System.Net.NetEventSource.Info(), System.Net.NetEventSource.Log, System.Net.Security.NegotiateStreamPal.QueryContextClientSpecifiedSpn(), and System.text.