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

◆ AcceptSecurityContext() [1/4]

static int System.Net.SSPIWrapper.AcceptSecurityContext ( ISSPIInterface secModule,
SafeFreeCredentials credential,
ref SafeDeleteSslContext context,
global::Interop::SspiCli::ContextFlags inFlags,
global::Interop::SspiCli::Endianness datarep,
InputSecurityBuffers inputBuffers,
ref SecurityBuffer outputBuffer,
ref global::Interop::SspiCli::ContextFlags outFlags )
inlinestaticpackage

Definition at line 175 of file SSPIWrapper.cs.

176 {
177 if (System.Net.NetEventSource.Log.IsEnabled())
178 {
179 System.Net.NetEventSource.Log.AcceptSecurityContext(credential, context, inFlags);
180 }
181 int num = secModule.AcceptSecurityContext(credential, ref context, inputBuffers, inFlags, datarep, ref outputBuffer, ref outFlags);
182 if (System.Net.NetEventSource.Log.IsEnabled())
183 {
184 System.Net.NetEventSource.Log.SecurityContextInputBuffers("AcceptSecurityContext", inputBuffers.Count, outputBuffer.size, (global::Interop.SECURITY_STATUS)num);
185 }
186 return num;
187 }
static readonly System.Net.NetEventSource Log

References System.Net.ISSPIInterface.AcceptSecurityContext(), System.Net.Security.InputSecurityBuffers.Count, and System.Net.NetEventSource.Log.