Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ReleaseHandle() [4/4]

override bool System.Net.Security.SafeSspiAuthDataHandle.ReleaseHandle ( )
inlineprotected

Definition at line 12 of file SafeSspiAuthDataHandle.cs.

13 {
14 return global::Interop.SspiCli.SspiFreeAuthIdentity(handle) == global::Interop.SECURITY_STATUS.OK;
15 }

References System.Runtime.InteropServices.SafeHandle.handle.