Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SafeSspiAuthDataHandle.cs
Go to the documentation of this file.
1
using
Microsoft.Win32.SafeHandles
;
2
3
namespace
System.Net.Security
;
4
5
internal
sealed
class
SafeSspiAuthDataHandle
:
SafeHandleZeroOrMinusOneIsInvalid
6
{
7
public
SafeSspiAuthDataHandle
()
8
: base(ownsHandle: true)
9
{
10
}
11
12
protected
override
bool
ReleaseHandle
()
13
{
14
return
global::Interop.SspiCli.SspiFreeAuthIdentity(
handle
) == global::Interop.SECURITY_STATUS.OK;
15
}
16
}
Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Definition
SafeHandleZeroOrMinusOneIsInvalid.cs:7
System.Net.Security.SafeSspiAuthDataHandle.SafeSspiAuthDataHandle
SafeSspiAuthDataHandle()
Definition
SafeSspiAuthDataHandle.cs:7
System.Net.Security.SafeSspiAuthDataHandle.ReleaseHandle
override bool ReleaseHandle()
Definition
SafeSspiAuthDataHandle.cs:12
System.Net.Security.SafeSspiAuthDataHandle
Definition
SafeSspiAuthDataHandle.cs:6
System.Runtime.InteropServices.SafeHandle.handle
IntPtr handle
Definition
SafeHandle.cs:8
Microsoft.Win32.SafeHandles
Definition
SafeProcessHandle.cs:3
System.Net.Security
Definition
CertificateHelper.cs:4
source
System.Net.Http
System.Net.Security
SafeSspiAuthDataHandle.cs
Generated by
1.10.0