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

◆ CompleteAuthToken() [1/4]

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

Definition at line 189 of file SSPIWrapper.cs.

190 {
191 int num = secModule.CompleteAuthToken(ref context, in inputBuffer);
192 if (System.Net.NetEventSource.Log.IsEnabled())
193 {
194 System.Net.NetEventSource.Log.OperationReturnedSomething("CompleteAuthToken", (global::Interop.SECURITY_STATUS)num);
195 }
196 return num;
197 }
static readonly System.Net.NetEventSource Log

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