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

◆ VerifySignature()

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

Definition at line 217 of file NTAuthentication.cs.

218 {
219 return global::System.Net.Security.NegotiateStreamPal.VerifySignature(this._securityContext, buffer, offset, count);
220 }
global::System.Net.Security.SafeDeleteContext _securityContext

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