The attribute should not be exposed to the public API, since it shouldn't need to be used by consumers - mark it internal.

This commit is contained in:
antiduh
2014-07-02 21:54:19 +00:00
parent 57c2e8cc52
commit 8a353227db

View File

@@ -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.
/// </summary>
public enum ContextQueryAttrib : int
internal enum ContextQueryAttrib : int
{
/// <summary>
/// Queries the buffer size parameters when performing message functions, such