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