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

◆ ApplyControlToken()

static int System.Net.SSPIWrapper.ApplyControlToken ( ISSPIInterface secModule,
ref SafeDeleteContext context,
in SecurityBuffer inputBuffer )
inlinestaticpackage

Definition at line 199 of file SSPIWrapper.cs.

200 {
201 int num = secModule.ApplyControlToken(ref context, in inputBuffer);
202 if (System.Net.NetEventSource.Log.IsEnabled())
203 {
204 System.Net.NetEventSource.Log.OperationReturnedSomething("ApplyControlToken", (global::Interop.SECURITY_STATUS)num);
205 }
206 return num;
207 }
static readonly System.Net.NetEventSource Log

References System.Net.ISSPIInterface.ApplyControlToken(), and System.Net.NetEventSource.Log.

Referenced by System.Net.Security.SslStreamPal.ApplyAlertToken(), and System.Net.Security.SslStreamPal.ApplyShutdownToken().