More visibility restriction.

This commit is contained in:
antiduh
2014-06-26 18:04:44 +00:00
parent 5b3a92ee66
commit a8b98b3a1e
9 changed files with 13 additions and 32 deletions

View File

@@ -9,7 +9,7 @@ using NSspi.Contexts;
namespace NSspi
{
public class NativeMethods
internal class NativeMethods
{
// http://msdn.microsoft.com/en-us/library/windows/desktop/aa374713(v=vs.85).aspx
@@ -27,7 +27,7 @@ namespace NSspi
[ReliabilityContract( Consistency.WillNotCorruptState, Cer.Success)]
[DllImport( "Secur32.dll", EntryPoint = "FreeContextBuffer", CharSet = CharSet.Unicode )]
public static extern SecurityStatus FreeContextBuffer( IntPtr buffer );
internal static extern SecurityStatus FreeContextBuffer( IntPtr buffer );
[ReliabilityContract( Consistency.WillNotCorruptState, Cer.Success )]