terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ MakeSignature()

int System.Net.NTAuthentication.MakeSignature ( byte[] buffer,
int offset,
int count,
byte[] output )
inlinepackage

Definition at line 223 of file NTAuthentication.cs.

224 {
225 return global::System.Net.Security.NegotiateStreamPal.MakeSignature(this._securityContext, buffer, offset, count, output);
226 }
global::System.Net.Security.SafeDeleteContext _securityContext

References System.Net.NTAuthentication._securityContext, System.count, and System.offset.