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

◆ AcquireCredentialsHandle() [4/8]

void System.Net.NetEventSource.AcquireCredentialsHandle ( string packageName,
global::Interop::SspiCli::CredentialUse intent,
object authdata )
inline

Definition at line 1152 of file NetEventSource.cs.

1153 {
1154 if (IsEnabled())
1155 {
1156 AcquireCredentialsHandle(packageName, intent, IdOf(authdata));
1157 }
1158 }
void AcquireCredentialsHandle(string packageName, global::Interop.SspiCli.CredentialUse intent, object authdata)
static string IdOf(object value)

References System.Net.NetEventSource.AcquireCredentialsHandle(), System.Net.NetEventSource.IdOf(), and System.Diagnostics.Tracing.EventSource.IsEnabled().