Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SafeDeleteSslContext.cs
Go to the documentation of this file.
1
namespace
System.Net.Security
;
2
3
internal
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
}
System.Net.Security.SafeDeleteContext._handle
global::Interop.SspiCli.CredHandle _handle
Definition
SafeDeleteContext.cs:10
System.Net.Security.SafeDeleteContext._EffectiveCredential
System.Net.Security.SafeFreeCredentials _EffectiveCredential
Definition
SafeDeleteContext.cs:14
System.Net.Security.SafeDeleteSslContext.ReleaseHandle
override bool ReleaseHandle()
Definition
SafeDeleteSslContext.cs:5
System.Net.Security
Definition
CertificateHelper.cs:4
source
System.Net.Security
System.Net.Security
SafeDeleteSslContext.cs
Generated by
1.10.0