From 8a353227db375c5a80c47b1eec3d42dee4357a14 Mon Sep 17 00:00:00 2001 From: antiduh Date: Wed, 2 Jul 2014 21:54:19 +0000 Subject: [PATCH] The attribute should not be exposed to the public API, since it shouldn't need to be used by consumers - mark it internal. --- NSspi/Contexts/ContextQueryAttrib.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NSspi/Contexts/ContextQueryAttrib.cs b/NSspi/Contexts/ContextQueryAttrib.cs index a3019e1..920e96a 100644 --- a/NSspi/Contexts/ContextQueryAttrib.cs +++ b/NSspi/Contexts/ContextQueryAttrib.cs @@ -10,7 +10,7 @@ namespace NSspi.Contexts /// Defines the types of queries that can be performed with QueryContextAttribute. /// Each query has a different result buffer. /// - public enum ContextQueryAttrib : int + internal enum ContextQueryAttrib : int { /// /// Queries the buffer size parameters when performing message functions, such