diff --git a/NSspi/SspiHandle.cs b/NSspi/SspiHandle.cs index 996151b..9000774 100644 --- a/NSspi/SspiHandle.cs +++ b/NSspi/SspiHandle.cs @@ -60,6 +60,7 @@ namespace NSspi get { return IsClosed || this.rawHandle.IsZero(); } } + [ReliabilityContract( Consistency.WillNotCorruptState, Cer.Success )] protected override bool ReleaseHandle() { this.rawHandle.SetInvalid();