Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SafeFreeContextBuffer_SECURITY.cs
Go to the documentation of this file.
1namespace System.Net.Security;
2
3internal sealed class SafeFreeContextBuffer_SECURITY : SafeFreeContextBuffer
4{
5 protected override bool ReleaseHandle()
6 {
7 return global::Interop.SspiCli.FreeContextBuffer(handle) == 0;
8 }
9}