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

◆ IsInvalid

override bool System.Net.Security.SafeDeleteContext.IsInvalid
getinherited

Definition at line 16 of file SafeDeleteContext.cs.

17 {
18 [MethodImpl(MethodImplOptions.AggressiveInlining)]
19 get
20 {
21 if (!base.IsClosed)
22 {
23 return _handle.IsZero;
24 }
25 return true;
26 }
27 }
global::Interop.SspiCli.CredHandle _handle

Referenced by System.Net.Security.SecureChannel.GenerateToken().