diff --git a/Contexts/ContextNativeMethods.cs b/Contexts/ContextNativeMethods.cs index 70436cb..15a5eb7 100644 --- a/Contexts/ContextNativeMethods.cs +++ b/Contexts/ContextNativeMethods.cs @@ -102,7 +102,7 @@ namespace NSspi ref long expiry ); - + [ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success )] [DllImport( "Secur32.dll", EntryPoint = "DeleteSecurityContext", CharSet = CharSet.Unicode )] internal static extern SecurityStatus DeleteSecurityContext( ref RawSspiHandle contextHandle );