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

◆ AssociatedName

string System.Net.NTAuthentication.AssociatedName
getpackage

Definition at line 39 of file NTAuthentication.cs.

40 {
41 get
42 {
44 {
45 throw new Win32Exception(10);
46 }
48 if (System.Net.NetEventSource.Log.IsEnabled())
49 {
50 System.Net.NetEventSource.Info(this, $"NTAuthentication: The context is associated with [{text}]", "AssociatedName");
51 }
52 return text;
53 }
54 }
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 QueryContextAssociatedName(SafeDeleteContext securityContext)