Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AssociatedName
string
System.Net.NTAuthentication.AssociatedName
get
package
Definition at line
39
of file
NTAuthentication.cs
.
40
{
41
get
42
{
43
if
(!
IsValidContext
|| !
IsCompleted
)
44
{
45
throw
new
Win32Exception
(10);
46
}
47
string
text
=
NegotiateStreamPal
.
QueryContextAssociatedName
(
_securityContext
);
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.NTAuthentication.IsCompleted
bool IsCompleted
Definition
NTAuthentication.cs:31
System.Net.NTAuthentication.IsValidContext
bool IsValidContext
Definition
NTAuthentication.cs:34
System.Net.NTAuthentication._securityContext
System.Net.Security.SafeDeleteContext _securityContext
Definition
NTAuthentication.cs:15
System.Net.NetEventSource.Log
static readonly System.Net.NetEventSource Log
Definition
NetEventSource.cs:20
System.Net.NetEventSource.Info
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)
Definition
NetEventSource.cs:192
System.Net.NetEventSource
Definition
NetEventSource.cs:12
System.Net.Security.NegotiateStreamPal.QueryContextAssociatedName
static string QueryContextAssociatedName(SafeDeleteContext securityContext)
Definition
NegotiateStreamPal.cs:47
System.Net.Security.NegotiateStreamPal
Definition
NegotiateStreamPal.cs:7
Win32Exception
System.Net
Definition
HttpClientJsonExtensions.cs:8
System.ExceptionArgument.text
@ text
System
Definition
BlockingCollection.cs:8
System
Net
NTAuthentication
Generated by
1.10.0