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